aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-08 05:49:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-07-08 05:49:33 +0000
commitc98829c8644434ff2d2c58f6b9d8c4a929de2ef8 (patch)
treeef996f7764e7cc1a37c2a4d575152fc468eab4c4 /package
parentbdb676b90dfa25bf193525d84b68eb0db55c48d5 (diff)
downloadupstream-c98829c8644434ff2d2c58f6b9d8c4a929de2ef8.tar.gz
upstream-c98829c8644434ff2d2c58f6b9d8c4a929de2ef8.tar.bz2
upstream-c98829c8644434ff2d2c58f6b9d8c4a929de2ef8.zip
mac80211: fix an interop issue with some broken 802.11n clients (#9436)
SVN-Revision: 27554
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/patches/570-mac80211_agg_buf_size.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/570-mac80211_agg_buf_size.patch b/package/mac80211/patches/570-mac80211_agg_buf_size.patch
new file mode 100644
index 0000000000..e7efd7068f
--- /dev/null
+++ b/package/mac80211/patches/570-mac80211_agg_buf_size.patch
@@ -0,0 +1,11 @@
+--- a/net/mac80211/agg-tx.c
++++ b/net/mac80211/agg-tx.c
+@@ -814,7 +814,7 @@ void ieee80211_process_addba_resp(struct
+ * of at least 1.
+ */
+ if (!buf_size)
+- goto out;
++ buf_size = 1;
+
+ if (test_and_set_bit(HT_AGG_STATE_RESPONSE_RECEIVED,
+ &tid_tx->state)) {