blob: cdf982e481700d1bf8c333f9da4cfd0c4af7776c [file] [log] [blame]
developerf64861f2022-06-22 11:44:53 +08001From 29464597b5c41cd45618b034c5e4338217fa93d4 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
developerbd398d52022-06-06 20:53:24 +08004Subject: [PATCH 1114/1115] mt76: airtime fairness feature off in mac80211
developerbeb74372022-05-06 16:53:33 +08005
6---
developerf64861f2022-06-22 11:44:53 +08007 drivers/net/wireless/mediatek/mt76/mac80211.c | 1 -
developerbeb74372022-05-06 16:53:33 +08008 1 file changed, 1 deletion(-)
9
10diff --git a/mac80211.c b/mac80211.c
developerf64861f2022-06-22 11:44:53 +080011index dc3c63e9..5600a09a 100644
developerbeb74372022-05-06 16:53:33 +080012--- a/mac80211.c
13+++ b/mac80211.c
developerf64861f2022-06-22 11:44:53 +080014@@ -427,7 +427,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--
developerf64861f2022-06-22 11:44:53 +0800232.25.1
developerbeb74372022-05-06 16:53:33 +080024