]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mt76: mt7925: switch DMA init to common mt792x queue helpers
authorSean Wang <sean.wang@mediatek.com>
Sat, 25 Apr 2026 19:50:05 +0000 (14:50 -0500)
committerFelix Fietkau <nbd@nbd.name>
Tue, 9 Jun 2026 10:15:21 +0000 (10:15 +0000)
commite1fca65c826b2e4810c8f9fddddd8f284eda7f5c
tree042c7e73107be277889e52f8ba8420131fd3a5d7
parent1e570aa871f0ce535770a9390b833dc865c28d59
wifi: mt76: mt7925: switch DMA init to common mt792x queue helpers

Convert mt7925 DMA init to use the common mt792x queue allocation
helper and isolate the mt7925-specific prefetch/WFDMA setup.

This removes duplicated DMA setup code and prepares the path for
follow-up chip-specific DMA support with smaller deltas.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Link: https://patch.msgid.link/20260425195011.790265-16-sean.wang@kernel.org
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7925/pci.c
drivers/net/wireless/mediatek/mt76/mt792x_dma.c