Search Linux Wireless

[PATCH] mt7915: handle FIF_MCAST_ACTION

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>
---
 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




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux