summaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorJohannes Berg2015-12-04 14:43:05 +0100
committerJohannes Berg2015-12-04 14:43:05 +0100
commitd9d3ac7afd7a5349271521fb9693230b4da66f1e (patch)
tree59f1a146ba05e228bc7f9cd8ac02b478f6a59ab9 /include/net/mac80211.h
parentMerge branch 'sh_eth-remove-obsolete-platform_ids' (diff)
parentmac80211: fix off-channel mgmt-tx uninitialized variable usage (diff)
downloadkernel-qcow2-linux-d9d3ac7afd7a5349271521fb9693230b4da66f1e.tar.gz
kernel-qcow2-linux-d9d3ac7afd7a5349271521fb9693230b4da66f1e.tar.xz
kernel-qcow2-linux-d9d3ac7afd7a5349271521fb9693230b4da66f1e.zip
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/net/mac80211.h')
-rw-r--r--include/net/mac80211.h6
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)