rt2x00: Support hardware RTS and CTS-to-self frames
authorIvo van Doorn <ivdoorn@gmail.com>
Mon, 21 Apr 2008 16:59:48 +0000 (18:59 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 May 2008 19:02:20 +0000 (15:02 -0400)
commit2d9ccf842905063f774c28f329ac5ab3a84d3571
tree1d1b0df1c2030fd5edea8d3406eef955dfac2657
parente40ac414c0130358f9eb068f4993a37f013621be
rt2x00: Support hardware RTS and CTS-to-self frames

If the driver has set the set_rts_threshold() callback function
to mac80211 it is capable of generating RTS and CTS-to-self frames
inside the hardware and rt2x00lib doesn't have to create them
in software.
Only rt2800pci and rt2800usb support this feature.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00mac.c