linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felix Fietkau <nbd@nbd.name>
To: linux-wireless@vger.kernel.org
Subject: [PATCH 05/14] wifi: mt76: mt7996: fix rx filter setting for bfee functionality
Date: Mon, 30 Dec 2024 20:41:53 +0100	[thread overview]
Message-ID: <20241230194202.95065-5-nbd@nbd.name> (raw)
In-Reply-To: <20241230194202.95065-1-nbd@nbd.name>

Fix rx filter setting to prevent dropping NDPA frames. Without this
change, bfee functionality may behave abnormally.

Fixes: 98686cd21624 ("wifi: mt76: mt7996: add driver for MediaTek Wi-Fi 7 (802.11be) devices")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
---
 drivers/net/wireless/mediatek/mt76/mt7996/main.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/net/wireless/mediatek/mt76/mt7996/main.c b/drivers/net/wireless/mediatek/mt76/mt7996/main.c
index eb2388f079d9..d76a9dcfd148 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7996/main.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7996/main.c
@@ -488,8 +488,7 @@ static void mt7996_configure_filter(struct ieee80211_hw *hw,
 
 	MT76_FILTER(CONTROL, MT_WF_RFCR_DROP_CTS |
 			     MT_WF_RFCR_DROP_RTS |
-			     MT_WF_RFCR_DROP_CTL_RSV |
-			     MT_WF_RFCR_DROP_NDPA);
+			     MT_WF_RFCR_DROP_CTL_RSV);
 
 	*total_flags = flags;
 	mt76_wr(dev, MT_WF_RFCR(phy->mt76->band_idx), phy->rxfilter);
-- 
2.47.1


  parent reply	other threads:[~2024-12-30 19:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-30 19:41 [PATCH 01/14] wifi: mt76: remove mt76_calculate_default_rate() Felix Fietkau
2024-12-30 19:41 ` [PATCH 02/14] wifi: mt76: mt7996: remove phy->monitor_vif Felix Fietkau
2024-12-30 19:41 ` [PATCH 03/14] wifi: mt76: mt7915: fix slot time for 5/6GHz Felix Fietkau
2024-12-30 19:41 ` [PATCH 04/14] wifi: mt76: mt7915: fix eifs value on older chipsets Felix Fietkau
2024-12-30 19:41 ` Felix Fietkau [this message]
2024-12-30 19:41 ` [PATCH 06/14] wifi: mt76: mt7915: reduce the number of command retries Felix Fietkau
2024-12-30 19:41 ` [PATCH 07/14] wifi: mt76: mt7915: decrease timeout for commonly issued MCU commands Felix Fietkau
2024-12-30 19:41 ` [PATCH 08/14] wifi: mt76: only enable tx worker after setting the channel Felix Fietkau
2024-12-30 19:41 ` [PATCH 09/14] wifi: mt76: mt7915: ensure that only one sta entry is active per mac address Felix Fietkau
2024-12-30 19:41 ` [PATCH 10/14] wifi: mt76: mt7915: hold dev->mutex while interacting with the thermal state Felix Fietkau
2024-12-30 19:41 ` [PATCH 11/14] wifi: mt76: mt7915: firmware restart on devices with a second pcie link Felix Fietkau
2024-12-30 19:42 ` [PATCH 12/14] wifi: mt76: mt7915: fix omac index assignment after hardware reset Felix Fietkau
2024-12-30 19:42 ` [PATCH 13/14] wifi: mt76: mt7996: use mac80211 .sta_state op Felix Fietkau
2024-12-30 19:42 ` [PATCH 14/14] wifi: mt76: do not add wcid entries to sta poll list during MCU reset 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=20241230194202.95065-5-nbd@nbd.name \
    --to=nbd@nbd.name \
    --cc=linux-wireless@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).