blob: 83cd829748cf3e2f73a59f6330f5da926ba3f07a [file] [log] [blame]
From b277487ebbe327c928e6ed30733ee5adebf9a7b2 Mon Sep 17 00:00:00 2001
From: ye he <ye.he@mediatek.com>
Date: Wed, 22 Feb 2023 16:09:32 +0800
Subject: [PATCH 35/89] mtk: mac80211: add send bar action when recieve addba
rsp
Signed-off-by: ye he <ye.he@mediatek.com>
---
net/mac80211/agg-tx.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/mac80211/agg-tx.c b/net/mac80211/agg-tx.c
index de1b2b2..0abc77b 100644
--- a/net/mac80211/agg-tx.c
+++ b/net/mac80211/agg-tx.c
@@ -1082,7 +1082,8 @@ next:
tid_tx->buf_size = buf_size;
tid_tx->amsdu = amsdu;
-
+ ieee80211_send_bar(&sta->sdata->vif, sta->sta.addr,
+ tid, 0);
if (test_bit(HT_AGG_STATE_DRV_READY, &tid_tx->state))
ieee80211_agg_tx_operational(local, sta, tid);
--
2.18.0