From: Balakrishna Bandi <b.balakrishna@globaledgesoft.com>
To: lorenzo.bianconi83@gmail.com
Cc: linux-wireless@vger.kernel.org,
Balakrishna Bandi <b.balakrishna@globaledgesoft.com>
Subject: [PATCH 1/1] [MT76x02] [STA interface]
Date: Tue, 20 Aug 2019 21:12:31 +0530 [thread overview]
Message-ID: <1566315751-7688-1-git-send-email-b.balakrishna@globaledgesoft.com> (raw)
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.
next reply other threads:[~2019-08-20 15:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-20 15:42 Balakrishna Bandi [this message]
2019-08-22 7:40 ` [PATCH 1/1] [MT76x02] [STA interface] Felix Fietkau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1566315751-7688-1-git-send-email-b.balakrishna@globaledgesoft.com \
--to=b.balakrishna@globaledgesoft.com \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi83@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox