On Wed, 31 Jan 2007 20:16:50 +0100, Ivo van Doorn wrote: > Not all hardware are capable of generating their own RTS frames. > This patch will add support for creating the RTS frame in software, > when the driver requests this through the flag > IEEE80211_HW_SOFTWARE_RTS
It seems this is not the ideal solution. Most of drivers needing software RTS would need to remember the RTS frame somewhere (as they need to pass it together with the actual frame). A better solution would be either to pass a pointer to RTS frame data in tx_control or to create a function returning RTS frame. Jiri -- Jiri Benc SUSE Labs - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html