linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mt7915: handle FIF_MCAST_ACTION
@ 2023-02-10 17:11 Janusz Dziedzic
  2023-02-13 14:42 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Janusz Dziedzic @ 2023-02-10 17:11 UTC (permalink / raw)
  To: linux-wireless; +Cc: lorenzo, nbd, Janusz Dziedzic

Allow to receive Public Action frames when
DPP_LISEN is in progress.

Before we fail for STA interface.

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com>
---
 drivers/net/wireless/mediatek/mt76/mt7915/main.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/main.c b/drivers/net/wireless/mediatek/mt76/mt7915/main.c
index 0511d6a505b0..ff678839836e 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7915/main.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7915/main.c
@@ -542,6 +542,10 @@ static void mt7915_configure_filter(struct ieee80211_hw *hw,
 			       MT_WF_RFCR_DROP_A3_MAC |
 			       MT_WF_RFCR_DROP_A3_BSSID);
 
+	MT76_FILTER(MCAST_ACTION, MT_WF_RFCR_DROP_OTHER_TIM |
+				  MT_WF_RFCR_DROP_A3_MAC |
+				  MT_WF_RFCR_DROP_A3_BSSID);
+
 	MT76_FILTER(FCSFAIL, MT_WF_RFCR_DROP_FCSFAIL);
 
 	MT76_FILTER(CONTROL, MT_WF_RFCR_DROP_CTS |
-- 
2.25.1


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

end of thread, other threads:[~2023-02-13 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-10 17:11 [PATCH] mt7915: handle FIF_MCAST_ACTION Janusz Dziedzic
2023-02-13 14:42 ` Kalle Valo

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).