blob: a11702fb565200ad4afc4b30c151b9d2e23ff102 [file] [log] [blame]
developerbeb74372022-05-06 16:53:33 +08001From fcf24bbef66458b2c44feadcd6f75f9ee20360cf Mon Sep 17 00:00:00 2001
2From: Evelyn Tsai <evelyn.tsai@mediatek.com>
3Date: Fri, 6 May 2022 15:58:42 +0800
4Subject: [PATCH 1115/1116] mt76: airtime fairness feature off in mac80211
5
6---
7 mac80211.c | 1 -
8 1 file changed, 1 deletion(-)
9
10diff --git a/mac80211.c b/mac80211.c
11index 49b99f36..e17b04b1 100644
12--- a/mac80211.c
13+++ b/mac80211.c
14@@ -419,7 +419,6 @@ mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw)
15 WIPHY_FLAG_AP_UAPSD;
16
17 wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST);
18- wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_AIRTIME_FAIRNESS);
19 wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_AQL);
20
21 wiphy->available_antennas_tx = phy->antenna_mask;
22--
232.18.0
24