developer | 05f3b2b | 2024-08-19 19:17:34 +0800 | [diff] [blame] | 1 | From 268b885a43ad602ac8166ba9464d6b2673045ae1 Mon Sep 17 00:00:00 2001 |
| 2 | From: Benjamin Lin <benjamin-jw.lin@mediatek.com> |
| 3 | Date: Tue, 28 May 2024 15:58:57 +0800 |
| 4 | Subject: [PATCH 141/199] mtk: mt76: mt7996: temporarily disable EPCS |
| 5 | |
| 6 | EPCS is not yet ready, so do not claim to support it. |
| 7 | |
| 8 | Signed-off-by: Benjamin Lin <benjamin-jw.lin@mediatek.com> |
| 9 | --- |
| 10 | mt7996/init.c | 2 +- |
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 12 | |
| 13 | diff --git a/mt7996/init.c b/mt7996/init.c |
| 14 | index 01795404..7cf3a37e 100644 |
| 15 | --- a/mt7996/init.c |
| 16 | +++ b/mt7996/init.c |
| 17 | @@ -1518,7 +1518,7 @@ mt7996_init_eht_caps(struct mt7996_phy *phy, enum nl80211_band band, |
| 18 | eht_cap->has_eht = true; |
| 19 | |
| 20 | eht_cap_elem->mac_cap_info[0] = |
| 21 | - IEEE80211_EHT_MAC_CAP0_EPCS_PRIO_ACCESS | |
| 22 | + // IEEE80211_EHT_MAC_CAP0_EPCS_PRIO_ACCESS | |
| 23 | IEEE80211_EHT_MAC_CAP0_OM_CONTROL | |
| 24 | u8_encode_bits(IEEE80211_EHT_MAC_CAP0_MAX_MPDU_LEN_11454, |
| 25 | IEEE80211_EHT_MAC_CAP0_MAX_MPDU_LEN_MASK); |
| 26 | -- |
| 27 | 2.18.0 |
| 28 | |