blob: 9bf3d196b53b6ed4cf03a3ed67ed8e34e88ce742 [file] [log] [blame]
developer144824b2022-11-25 21:27:43 +08001From dbe1f9d95163ed0651bb404946f2fabf8de62923 Mon Sep 17 00:00:00 2001
developerbeb74372022-05-06 16:53:33 +08002From: Evelyn Tsai <evelyn.tsai@mediatek.com>
3Date: Fri, 6 May 2022 15:58:42 +0800
developer144824b2022-11-25 21:27:43 +08004Subject: [PATCH 1117/1127] mt76: airtime fairness feature off in mac80211
developerbeb74372022-05-06 16:53:33 +08005
6---
developer071927d2022-08-31 20:39:29 +08007 mac80211.c | 1 -
developerbeb74372022-05-06 16:53:33 +08008 1 file changed, 1 deletion(-)
9
10diff --git a/mac80211.c b/mac80211.c
developer144824b2022-11-25 21:27:43 +080011index f8ca7ba1..7e0f0e0e 100644
developerbeb74372022-05-06 16:53:33 +080012--- a/mac80211.c
13+++ b/mac80211.c
developerf9843e22022-09-13 10:57:15 +080014@@ -429,7 +429,6 @@ mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw)
developerbeb74372022-05-06 16:53:33 +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--
developer887da632022-10-28 09:35:38 +0800232.18.0
developerbeb74372022-05-06 16:53:33 +080024