blob: bcdd484dfbc17893f002f18bcb3bb9e30f3061a9 [file] [log] [blame]
developere2cfb522022-12-08 18:09:45 +08001From bb596598ed5abff5cdf4ab659d77419573436baf 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 1118/1128] mt76: connac: airtime fairness feature off in
5 mac80211
6
7---
8 mac80211.c | 1 -
9 1 file changed, 1 deletion(-)
10
11diff --git a/mac80211.c b/mac80211.c
12index f8ca7ba1..7e0f0e0e 100644
13--- a/mac80211.c
14+++ b/mac80211.c
15@@ -429,7 +429,6 @@ mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw)
16 WIPHY_FLAG_AP_UAPSD;
17
18 wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST);
19- wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_AIRTIME_FAIRNESS);
20 wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_AQL);
21
22 wiphy->available_antennas_tx = phy->antenna_mask;
23--
242.36.1
25