linux/drivers/net/wireless/rtlwifi
Johannes Berg 0b01f030d3 mac80211: track receiver's aggregation reorder buffer size
The aggregation code currently doesn't implement the
buffer size negotiation. It will always request a max
buffer size (which is fine, if a little pointless, as
the mac80211 code doesn't know and might just use 0
instead), but if the peer requests a smaller size it
isn't possible to honour this request.

In order to fix this, look at the buffer size in the
addBA response frame, keep track of it and pass it to
the driver in the ampdu_action callback when called
with the IEEE80211_AMPDU_TX_OPERATIONAL action. That
way the driver can limit the number of subframes in
aggregates appropriately.

Note that this doesn't fix any drivers apart from the
addition of the new argument -- they all need to be
updated separately to use this variable!

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-01-19 11:36:11 -05:00
..
rtl8192ce rtlwifi: rtl8192ce: Fix driver problem when radio switch off at module load 2010-12-22 15:43:31 -05:00
base.c rtlwifi: rtl8192ce: Fix driver problem when radio switch off at module load 2010-12-22 15:43:31 -05:00
base.h
cam.c
cam.h
core.c mac80211: track receiver's aggregation reorder buffer size 2011-01-19 11:36:11 -05:00
core.h
debug.c
debug.h
efuse.c
efuse.h
Kconfig rtl8192ce: Fix typo in Kconfig description 2010-12-20 14:49:48 -05:00
Makefile
pci.c rtlwifi: Fix large packet issue 2010-12-22 15:45:52 -05:00
pci.h rtlwifi: convert to __packed notation 2010-12-16 09:20:16 -05:00
ps.c rtlwifi: Fix use of mutex in interrupt code 2010-12-20 14:49:48 -05:00
ps.h
rc.c
rc.h
regd.c
regd.h
wifi.h rtlwifi: Fix use of mutex in interrupt code 2010-12-20 14:49:48 -05:00