blob: 9e83ecf446e37414a8fe5dcdd37ee336a6ff1b8a [file] [log] [blame]
developerefb40c12022-12-21 18:05:47 +08001From 6aa3a1fd535b382c7b5af1b811d0ead0d4b74509 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
developer2aa1e642022-12-19 11:33:22 +08004Subject: [PATCH 1119/1131] mt76: connac: airtime fairness feature off in
developerbcc85ca2022-12-05 11:29:56 +08005 mac80211
developerf32dabf2022-06-01 10:59:24 +08006
7---
developer27b55252022-09-05 19:09:45 +08008 mac80211.c | 1 -
developerf32dabf2022-06-01 10:59:24 +08009 1 file changed, 1 deletion(-)
10
11diff --git a/mac80211.c b/mac80211.c
developer2aa1e642022-12-19 11:33:22 +080012index 2e0e011..de9ef23 100644
developerf32dabf2022-06-01 10:59:24 +080013--- a/mac80211.c
14+++ b/mac80211.c
developer2458e702022-12-13 15:52:04 +080015@@ -435,7 +435,6 @@ mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw)
developerf32dabf2022-06-01 10:59:24 +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--
developer2aa1e642022-12-19 11:33:22 +0800242.36.1
developerf32dabf2022-06-01 10:59:24 +080025