mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 20:09:55 +02:00
mac80211: fix an interop issue with some broken 802.11n clients (#9436)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27554 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
75b703b407
commit
17f6755416
11
package/mac80211/patches/570-mac80211_agg_buf_size.patch
Normal file
11
package/mac80211/patches/570-mac80211_agg_buf_size.patch
Normal file
@ -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)) {
|
Loading…
Reference in New Issue
Block a user