blob: df0677dad43269e28378250f86f82ac9e48ad618 [file] [log] [blame]
developer4f0d84b2023-03-03 14:21:44 +08001From 8ede062234d043820c188e0d25e68a9f71cb0e28 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
developer4f0d84b2023-03-03 14:21:44 +08004Subject: [PATCH 1118/1132] mt76: connac: airtime fairness feature off in
developerbf24a8a2022-11-30 14:52:20 +08005 mac80211
developerbeb74372022-05-06 16:53:33 +08006
7---
developer071927d2022-08-31 20:39:29 +08008 mac80211.c | 1 -
developerbeb74372022-05-06 16:53:33 +08009 1 file changed, 1 deletion(-)
10
11diff --git a/mac80211.c b/mac80211.c
developer4f0d84b2023-03-03 14:21:44 +080012index 9107c0c1..e2122c78 100644
developerbeb74372022-05-06 16:53:33 +080013--- a/mac80211.c
14+++ b/mac80211.c
developer4f0d84b2023-03-03 14:21:44 +080015@@ -437,7 +437,6 @@ mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw)
developerbeb74372022-05-06 16:53:33 +080016 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--
developerc04f5402023-02-03 09:22:26 +0800242.18.0
developerbeb74372022-05-06 16:53:33 +080025