File tree Expand file tree Collapse file tree
drivers/net/wireless/mediatek/mt76 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -396,6 +396,7 @@ mt7615_init_wiphy(struct ieee80211_hw *hw)
396396
397397 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_SET_SCAN_DWELL );
398398 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_VHT_IBSS );
399+ wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 );
399400
400401 ieee80211_hw_set (hw , SINGLE_SCAN_ON_ALL_BANDS );
401402 ieee80211_hw_set (hw , TX_STATUS_NO_AMPDU_LEN );
Original file line number Diff line number Diff line change @@ -369,6 +369,7 @@ mt7915_init_wiphy(struct mt7915_phy *phy)
369369 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_UNSOL_BCAST_PROBE_RESP );
370370 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_FILS_DISCOVERY );
371371 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT );
372+ wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 );
372373
373374 if (!is_mt7915 (& dev -> mt76 ))
374375 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_STA_TX_PWR );
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ mt7921_init_wiphy(struct ieee80211_hw *hw)
124124 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_BEACON_RATE_VHT );
125125 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_BEACON_RATE_HE );
126126 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT );
127+ wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 );
127128
128129 ieee80211_hw_set (hw , SINGLE_SCAN_ON_ALL_BANDS );
129130 ieee80211_hw_set (hw , HAS_RATE_CONTROL );
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ mt7996_init_wiphy(struct ieee80211_hw *hw)
182182 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_UNSOL_BCAST_PROBE_RESP );
183183 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_FILS_DISCOVERY );
184184 wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT );
185+ wiphy_ext_feature_set (wiphy , NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 );
185186
186187 if (!mdev -> dev -> of_node ||
187188 !of_property_read_bool (mdev -> dev -> of_node ,
You can’t perform that action at this time.
0 commit comments