blob: 02a1d63aca0fe6b14d54cf6c2d285f452f0ceac6 [file] [log] [blame]
developer356ecec2022-11-14 10:25:04 +08001From 5d3268e0d55b6bfaa88397d19ded51c13ebd8fac 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
developer887da632022-10-28 09:35:38 +08004Subject: [PATCH 1117/1128] 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
developer356ecec2022-11-14 10:25:04 +080011index 4b63ec69..b378231c 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