blob: b5fa9d47fe13b746b679ea2c124b43df2499af94 [file] [log] [blame]
developer7af0f762023-05-22 15:16:16 +08001From fc4243228375ae6b3b27dc6bd73b16bc86cd5482 Mon Sep 17 00:00:00 2001
developerd68e00e2022-06-01 10:59:24 +08002From: Evelyn Tsai <evelyn.tsai@mediatek.com>
3Date: Fri, 6 May 2022 15:58:42 +0800
developer7af0f762023-05-22 15:16:16 +08004Subject: [PATCH 1016/1033] wifi: mt76: connac: airtime fairness feature off in
developer4eb49d92022-12-05 11:29:56 +08005 mac80211
developerd68e00e2022-06-01 10:59:24 +08006
7---
developer28b11e22022-09-05 19:09:45 +08008 mac80211.c | 1 -
developerd68e00e2022-06-01 10:59:24 +08009 1 file changed, 1 deletion(-)
10
11diff --git a/mac80211.c b/mac80211.c
developer7af0f762023-05-22 15:16:16 +080012index 75e2ffe..fb0aea6 100644
developerd68e00e2022-06-01 10:59:24 +080013--- a/mac80211.c
14+++ b/mac80211.c
developerda18a742023-04-06 13:44:00 +080015@@ -436,7 +436,6 @@ mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw)
developerd68e00e2022-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--
developer8effbd32023-04-17 15:57:28 +0800242.18.0
developerd68e00e2022-06-01 10:59:24 +080025