Skip to content

Commit 097a08e

Browse files
committed
wifi: mt76: enable spectrum management
It is supported by all drivers Signed-off-by: Felix Fietkau <nbd@nbd.name>
1 parent e48347d commit 097a08e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/net/wireless/mediatek/mt76/mac80211.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw)
465465
ieee80211_hw_set(hw, SUPPORTS_CLONED_SKBS);
466466
ieee80211_hw_set(hw, SUPPORTS_AMSDU_IN_AMPDU);
467467
ieee80211_hw_set(hw, SUPPORTS_REORDERING_BUFFER);
468+
ieee80211_hw_set(hw, SPECTRUM_MGMT);
468469

469470
if (!(dev->drv->drv_flags & MT_DRV_AMSDU_OFFLOAD) &&
470471
hw->max_tx_fragments > 1) {

0 commit comments

Comments
 (0)