[PATCH] mt76: mt7996: increase txq memory limit to 32 MiB
Chad Monroe
chad at monroe.io
Mon Dec 8 06:14:50 PST 2025
Prior to this change, both 2G and 6G radios would fall back to the
mac80211 default of 4MB which is not enough for high data rates.
Signed-off-by: Chad Monroe <chad at monroe.io>
---
drivers/net/wireless/mediatek/mt76/mt7996/init.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/mediatek/mt76/mt7996/init.c b/drivers/net/wireless/mediatek/mt76/mt7996/init.c
index 00a8286bd136..b5ea997fd75c 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7996/init.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7996/init.c
@@ -523,6 +523,7 @@ mt7996_init_wiphy(struct ieee80211_hw *hw, struct mtk_wed_device *wed)
ieee80211_hw_set(hw, SUPPORTS_MULTI_BSSID);
hw->max_tx_fragments = 4;
+ wiphy->txq_memory_limit = 32 << 20; /* 32 MiB */
/* init led callbacks */
if (IS_ENABLED(CONFIG_MT76_LEDS)) {
--
2.47.3
More information about the Linux-mediatek
mailing list