mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
mt76: enable airtime fairness
It is supported by all hardware drivers now Signed-off-by: Felix Fietkau <nbd@nbd.name> Acked-by: Toke Høiland-Jørgensen <toke@redhat.com>
This commit is contained in:
parent
b2c2f02968
commit
55857ab857
|
|
@ -307,6 +307,7 @@ int mt76_register_device(struct mt76_dev *dev, bool vht,
|
|||
wiphy->features |= NL80211_FEATURE_ACTIVE_MONITOR;
|
||||
|
||||
wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST);
|
||||
wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_AIRTIME_FAIRNESS);
|
||||
|
||||
wiphy->available_antennas_tx = dev->antenna_mask;
|
||||
wiphy->available_antennas_rx = dev->antenna_mask;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user