diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-12-04 16:43:05 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-12-04 16:43:05 +0300 |
commit | d9d3ac7afd7a5349271521fb9693230b4da66f1e (patch) | |
tree | 59f1a146ba05e228bc7f9cd8ac02b478f6a59ab9 /include | |
parent | 0ba44351025f8f6aa279a7e4feb5e23429801c10 (diff) | |
parent | c1df932c0574c13ab3ce72e969c9647ff3aaad68 (diff) | |
download | linux-d9d3ac7afd7a5349271521fb9693230b4da66f1e.tar.xz |
Merge remote-tracking branch 'mac80211/master' into HEAD
I want to get the full off-channel bugfix since later code depends on
it, as well as the AP client state change so I can revert it correctly.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/mac80211.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 82045fca388b..760bc4d5a2cf 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -2003,8 +2003,10 @@ enum ieee80211_hw_flags { * it shouldn't be set. * * @max_tx_aggregation_subframes: maximum number of subframes in an - * aggregate an HT driver will transmit, used by the peer as a - * hint to size its reorder buffer. + * aggregate an HT driver will transmit. Though ADDBA will advertise + * a constant value of 64 as some older APs can crash if the window + * size is smaller (an example is LinkSys WRT120N with FW v1.0.07 + * build 002 Jun 18 2012). * * @offchannel_tx_hw_queue: HW queue ID to use for offchannel TX * (if %IEEE80211_HW_QUEUE_CONTROL is set) |