summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmery Hsin <emery.hsin@mediatek.com>2026-06-12 15:53:09 +0800
committerFelix Fietkau <nbd@nbd.name>2026-07-31 12:25:36 +0000
commite058739cbf846160678dc878aadc2bb14a2af83d (patch)
tree4779d783028ebbc80583262c51aa7919184436da
parent78ff45f849a7c24b96adbb38c901d84491e650e9 (diff)
downloadlinux-e058739cbf846160678dc878aadc2bb14a2af83d.tar.gz
linux-e058739cbf846160678dc878aadc2bb14a2af83d.zip
wifi: mt76: connac3: update basic rate table starting index
Change MT792x_BASIC_RATES_TBL index from 11 to 14 to match the latest connac3 firmware rate table layout. This is a preparation patch before enabling MT7928 PCIe support. Signed-off-by: Emery Hsin <emery.hsin@mediatek.com> Link: https://patch.msgid.link/20260612075313.2578154-1-jb.tsai@mediatek.com Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--drivers/net/wireless/mediatek/mt76/mt792x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mediatek/mt76/mt792x.h b/drivers/net/wireless/mediatek/mt76/mt792x.h
index b8dc7ce38c87..7d014de030c4 100644
--- a/drivers/net/wireless/mediatek/mt76/mt792x.h
+++ b/drivers/net/wireless/mediatek/mt76/mt792x.h
@@ -33,7 +33,7 @@
#define MT792x_CHIP_CAP_MLO_EML_EN BIT(9)
/* NOTE: used to map mt76_rates. idx may change if firmware expands table */
-#define MT792x_BASIC_RATES_TBL 11
+#define MT792x_BASIC_RATES_TBL 14
#define MT792x_WATCHDOG_TIME (HZ / 4)