blob: 1697db67b2a73b9a1ea8b63ee5a04155d007c294 [file] [log] [blame]
developerd0c89452024-10-11 16:53:27 +08001From b10446fafd8688cdcfc358bd7a293cb3cc69aa6c Mon Sep 17 00:00:00 2001
developer05f3b2b2024-08-19 19:17:34 +08002From: Benjamin Lin <benjamin-jw.lin@mediatek.com>
3Date: Tue, 28 May 2024 15:58:57 +0800
developerd0c89452024-10-11 16:53:27 +08004Subject: [PATCH 129/223] mtk: mt76: mt7996: temporarily disable EPCS
developer05f3b2b2024-08-19 19:17:34 +08005
6EPCS is not yet ready, so do not claim to support it.
7
developerd0c89452024-10-11 16:53:27 +08008Change-Id: I2b3f9d87b1f3de17da178b9b6eddeaecdb5c14cd
developer05f3b2b2024-08-19 19:17:34 +08009Signed-off-by: Benjamin Lin <benjamin-jw.lin@mediatek.com>
10---
11 mt7996/init.c | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/mt7996/init.c b/mt7996/init.c
developerd0c89452024-10-11 16:53:27 +080015index 9a2e51f8..32c79bd8 100644
developer05f3b2b2024-08-19 19:17:34 +080016--- a/mt7996/init.c
17+++ b/mt7996/init.c
developerd0c89452024-10-11 16:53:27 +080018@@ -1538,7 +1538,7 @@ mt7996_init_eht_caps(struct mt7996_phy *phy, enum nl80211_band band,
developer05f3b2b2024-08-19 19:17:34 +080019 eht_cap->has_eht = true;
20
21 eht_cap_elem->mac_cap_info[0] =
22- IEEE80211_EHT_MAC_CAP0_EPCS_PRIO_ACCESS |
23+ // IEEE80211_EHT_MAC_CAP0_EPCS_PRIO_ACCESS |
24 IEEE80211_EHT_MAC_CAP0_OM_CONTROL |
25 u8_encode_bits(IEEE80211_EHT_MAC_CAP0_MAX_MPDU_LEN_11454,
26 IEEE80211_EHT_MAC_CAP0_MAX_MPDU_LEN_MASK);
27--
developerd0c89452024-10-11 16:53:27 +0800282.45.2
developer05f3b2b2024-08-19 19:17:34 +080029