linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] [MT76x02] [STA interface]
@ 2019-08-20 15:42 Balakrishna Bandi
  2019-08-22  7:40 ` Felix Fietkau
  0 siblings, 1 reply; 2+ messages in thread
From: Balakrishna Bandi @ 2019-08-20 15:42 UTC (permalink / raw)
  To: lorenzo.bianconi83; +Cc: linux-wireless, Balakrishna Bandi

MT76-Station sends class 3 frames after deauthentication from 3rd party AP
(Sending BAR frame after deauth).

Fix to be, do not send BAR frame after deauth.

Signed-off-by: Balakrishna Bandi <b.balakrishna@globaledgesoft.com>
---
 drivers/net/wireless/mediatek/mt76/mt76x02_util.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/mediatek/mt76/mt76x02_util.c b/drivers/net/wireless/mediatek/mt76/mt76x02_util.c
index ad53234..0126601 100644
--- a/drivers/net/wireless/mediatek/mt76/mt76x02_util.c
+++ b/drivers/net/wireless/mediatek/mt76/mt76x02_util.c
@@ -375,7 +375,6 @@ int mt76x02_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
 	case IEEE80211_AMPDU_TX_STOP_FLUSH:
 	case IEEE80211_AMPDU_TX_STOP_FLUSH_CONT:
 		mtxq->aggr = false;
-		ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn);
 		break;
 	case IEEE80211_AMPDU_TX_START:
 		mtxq->agg_ssn = IEEE80211_SN_TO_SEQ(*ssn);
-- 
1.9.1

Disclaimer:- The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. The views expressed in this E-mail message (including the enclosure/(s) or attachment/(s) if any) are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of GlobalEdge. Before opening any mail and attachments please check them for viruses .GlobalEdge does not accept any liability for virus infected mails.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] [MT76x02] [STA interface]
  2019-08-20 15:42 [PATCH 1/1] [MT76x02] [STA interface] Balakrishna Bandi
@ 2019-08-22  7:40 ` Felix Fietkau
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Fietkau @ 2019-08-22  7:40 UTC (permalink / raw)
  To: Balakrishna Bandi, lorenzo.bianconi83; +Cc: linux-wireless

On 2019-08-20 17:42, Balakrishna Bandi wrote:
> MT76-Station sends class 3 frames after deauthentication from 3rd party AP
> (Sending BAR frame after deauth).
> 
> Fix to be, do not send BAR frame after deauth.
> 
> Signed-off-by: Balakrishna Bandi <b.balakrishna@globaledgesoft.com>
The same issue is also present for MT7615 and MT7603, and the patch
subject line is wrong. I will send a more complete fix

Thanks,

- Felix

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-22  7:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-20 15:42 [PATCH 1/1] [MT76x02] [STA interface] Balakrishna Bandi
2019-08-22  7:40 ` Felix Fietkau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).