blob: d46ffbbe1c2b12502482e705c0f3bb7431ae17df [file] [log] [blame]
From 2a8a93b5c49cb56c5eace22690c7e1544d4e80b1 Mon Sep 17 00:00:00 2001
From: mtk23510 <rudra.shahi@mediatek.com>
Date: Fri, 24 Mar 2023 19:18:53 +0800
Subject: [PATCH 010/116] mtk: wifi: mt76: mt7996: add driver support for wpa3
ocv and bp mt76
Signed-off-by: mtk23510 <rudra.shahi@mediatek.com>
---
mt7996/init.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mt7996/init.c b/mt7996/init.c
index afe8a0a1a..ab2e17ec4 100644
--- a/mt7996/init.c
+++ b/mt7996/init.c
@@ -389,6 +389,8 @@ mt7996_init_wiphy(struct ieee80211_hw *hw, struct mtk_wed_device *wed)
wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER);
wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_PUNCT);
+ wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_OPERATING_CHANNEL_VALIDATION);
+ wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_BEACON_PROTECTION);
if (!mdev->dev->of_node ||
!of_property_read_bool(mdev->dev->of_node,
"mediatek,disable-radar-background"))
--
2.39.2