blob: b34320573b329ee71da239440c1f93dcd3ee977e [file] [log] [blame]
developer27b55252022-09-05 19:09:45 +08001From 7ddf213d8c16bdea7827905e3e6c43f80beb26fd Mon Sep 17 00:00:00 2001
developerf32dabf2022-06-01 10:59:24 +08002From: Evelyn Tsai <evelyn.tsai@mediatek.com>
3Date: Fri, 6 May 2022 15:58:42 +0800
developer27b55252022-09-05 19:09:45 +08004Subject: [PATCH 1115/1121] mt76: airtime fairness feature off in mac80211
developerf32dabf2022-06-01 10:59:24 +08005
6---
developer27b55252022-09-05 19:09:45 +08007 mac80211.c | 1 -
developerf32dabf2022-06-01 10:59:24 +08008 1 file changed, 1 deletion(-)
9
10diff --git a/mac80211.c b/mac80211.c
developer27b55252022-09-05 19:09:45 +080011index e1c3332..2f0605d 100644
developerf32dabf2022-06-01 10:59:24 +080012--- a/mac80211.c
13+++ b/mac80211.c
developer27b55252022-09-05 19:09:45 +080014@@ -428,7 +428,6 @@ mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw)
developerf32dabf2022-06-01 10:59:24 +080015 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--
developer27b55252022-09-05 19:09:45 +0800232.18.0
developerf32dabf2022-06-01 10:59:24 +080024