* [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
* Re: [PATCH] mt7915: handle FIF_MCAST_ACTION
2023-02-10 17:11 [PATCH] mt7915: handle FIF_MCAST_ACTION Janusz Dziedzic
@ 2023-02-13 14:42 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2023-02-13 14:42 UTC (permalink / raw)
To: Janusz Dziedzic; +Cc: linux-wireless, lorenzo, nbd
Janusz Dziedzic <janusz.dziedzic@gmail.com> writes:
> 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>
Title missing "wifi: mt76:".
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [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).