Skip to content

Commit

Permalink
mt76: enable Airtime Queue Limit support
Browse files Browse the repository at this point in the history
It is supported by all drivers

Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
nbd168 committed Jan 20, 2020
1 parent 99ce686 commit 62c447e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mac80211.c
Expand Up @@ -282,6 +282,7 @@ mt76_phy_init(struct mt76_dev *dev, struct ieee80211_hw *hw)

wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST);
wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_AIRTIME_FAIRNESS);
wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_AQL);

wiphy->available_antennas_tx = dev->phy.antenna_mask;
wiphy->available_antennas_rx = dev->phy.antenna_mask;
Expand Down

0 comments on commit 62c447e

Please sign in to comment.