developer | 2aa1e64 | 2022-12-19 11:33:22 +0800 | [diff] [blame^] | 1 | From de4cc865ca394c97a70776fa4de4e88357958136 Mon Sep 17 00:00:00 2001 |
developer | f32dabf | 2022-06-01 10:59:24 +0800 | [diff] [blame] | 2 | From: Evelyn Tsai <evelyn.tsai@mediatek.com> |
| 3 | Date: Fri, 6 May 2022 15:58:42 +0800 |
developer | 2aa1e64 | 2022-12-19 11:33:22 +0800 | [diff] [blame^] | 4 | Subject: [PATCH 1119/1131] mt76: connac: airtime fairness feature off in |
developer | bcc85ca | 2022-12-05 11:29:56 +0800 | [diff] [blame] | 5 | mac80211 |
developer | f32dabf | 2022-06-01 10:59:24 +0800 | [diff] [blame] | 6 | |
| 7 | --- |
developer | 27b5525 | 2022-09-05 19:09:45 +0800 | [diff] [blame] | 8 | mac80211.c | 1 - |
developer | f32dabf | 2022-06-01 10:59:24 +0800 | [diff] [blame] | 9 | 1 file changed, 1 deletion(-) |
| 10 | |
| 11 | diff --git a/mac80211.c b/mac80211.c |
developer | 2aa1e64 | 2022-12-19 11:33:22 +0800 | [diff] [blame^] | 12 | index 2e0e011..de9ef23 100644 |
developer | f32dabf | 2022-06-01 10:59:24 +0800 | [diff] [blame] | 13 | --- a/mac80211.c |
| 14 | +++ b/mac80211.c |
developer | 2458e70 | 2022-12-13 15:52:04 +0800 | [diff] [blame] | 15 | @@ -435,7 +435,6 @@ mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw) |
developer | f32dabf | 2022-06-01 10:59:24 +0800 | [diff] [blame] | 16 | 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 | -- |
developer | 2aa1e64 | 2022-12-19 11:33:22 +0800 | [diff] [blame^] | 24 | 2.36.1 |
developer | f32dabf | 2022-06-01 10:59:24 +0800 | [diff] [blame] | 25 | |