mac80211: fix an interop issue with some broken 802.11n clients (#9436)
[openwrt.git] / package / mac80211 / patches / 570-mac80211_agg_buf_size.patch
1 --- a/net/mac80211/agg-tx.c
2 +++ b/net/mac80211/agg-tx.c
3 @@ -814,7 +814,7 @@ void ieee80211_process_addba_resp(struct
4 * of at least 1.
5 */
6 if (!buf_size)
7 - goto out;
8 + buf_size = 1;
9
10 if (test_and_set_bit(HT_AGG_STATE_RESPONSE_RECEIVED,
11 &tid_tx->state)) {
This page took 0.03925 seconds and 5 git commands to generate.