developer | a43cc48 | 2023-04-17 15:57:28 +0800 | [diff] [blame] | 1 | From bcd6c41baa00f6bc22ca381e561f0d7be39da3f0 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 | a43cc48 | 2023-04-17 15:57:28 +0800 | [diff] [blame] | 4 | Subject: [PATCH 1016/1032] wifi: 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 | a43cc48 | 2023-04-17 15:57:28 +0800 | [diff] [blame] | 12 | index f6fa788..1654cc9 100644 |
developer | f32dabf | 2022-06-01 10:59:24 +0800 | [diff] [blame] | 13 | --- a/mac80211.c |
| 14 | +++ b/mac80211.c |
developer | 78848c6 | 2023-04-06 13:44:00 +0800 | [diff] [blame] | 15 | @@ -436,7 +436,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 | a43cc48 | 2023-04-17 15:57:28 +0800 | [diff] [blame] | 24 | 2.18.0 |
developer | f32dabf | 2022-06-01 10:59:24 +0800 | [diff] [blame] | 25 | |