blob: 8de0ea7f5f3355ed4bbc8c6f5639458c067d18d2 [file] [log] [blame]
developer66e89bc2024-04-23 14:50:01 +08001From baa27bc8d70bab050630a127c7d58d140ac9ed21 Mon Sep 17 00:00:00 2001
2From: ye he <ye.he@mediatek.com>
3Date: Wed, 22 Feb 2023 16:09:32 +0800
4Subject: [PATCH 27/61] mtk: mac80211: add send bar action when recieve addba
5 rsp
6
7Signed-off-by: ye he <ye.he@mediatek.com>
8---
9 net/mac80211/agg-tx.c | 3 ++-
10 1 file changed, 2 insertions(+), 1 deletion(-)
11
12diff --git a/net/mac80211/agg-tx.c b/net/mac80211/agg-tx.c
13index 5cf478e..8480b64 100644
14--- a/net/mac80211/agg-tx.c
15+++ b/net/mac80211/agg-tx.c
16@@ -1080,7 +1080,8 @@ next:
17
18 tid_tx->buf_size = buf_size;
19 tid_tx->amsdu = amsdu;
20-
21+ ieee80211_send_bar(&sta->sdata->vif, sta->sta.addr,
22+ tid, 0);
23 if (test_bit(HT_AGG_STATE_DRV_READY, &tid_tx->state))
24 ieee80211_agg_tx_operational(local, sta, tid);
25
26--
272.39.2
28