We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48347d commit 097a08eCopy full SHA for 097a08e
1 file changed
drivers/net/wireless/mediatek/mt76/mac80211.c
@@ -465,6 +465,7 @@ mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw)
465
ieee80211_hw_set(hw, SUPPORTS_CLONED_SKBS);
466
ieee80211_hw_set(hw, SUPPORTS_AMSDU_IN_AMPDU);
467
ieee80211_hw_set(hw, SUPPORTS_REORDERING_BUFFER);
468
+ ieee80211_hw_set(hw, SPECTRUM_MGMT);
469
470
if (!(dev->drv->drv_flags & MT_DRV_AMSDU_OFFLOAD) &&
471
hw->max_tx_fragments > 1) {
0 commit comments