From: Ming Yen Hsieh <MingYen.Hsieh@xxxxxxxxxxxx> Hi, Recently, we have some tests on the mt7925 driver and find a number of potential connection bugs and throughput issues. This patchset contains bugfixes and cleanups for these issues. Thanks, Yen. v2: 1. [PATCH 04/10] wifi: mt76: mt7925: fix wmm queue mapping a. change mq_to_aci[] definition from "static" to "static const". 2. Resend v2 patchset for wrong patch version submit. Deren Wu (1): wifi: mt76: mt7925: update PCIe DMA settings Hao Zhang (1): wifi: mt76: mt7925: fix mcu query command fail Ming Yen Hsieh (6): wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band wifi: mt76: mt7925: fix wmm queue mapping wifi: mt76: mt7925: fix fw download fail wifi: mt76: mt7925: fix WoW failed in encrypted mode wifi: mt76: mt7925: fix the wrong header translation config wifi: mt76: mt7925: add support to set ifs time by mcu command Quan Zhou (1): wifi: mt76: mt7925: add flow to avoid chip bt function fail rong.yan (1): wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band .../wireless/mediatek/mt76/mt76_connac_mcu.c | 2 +- .../wireless/mediatek/mt76/mt76_connac_mcu.h | 4 + .../net/wireless/mediatek/mt76/mt7925/main.c | 26 ++- .../net/wireless/mediatek/mt76/mt7925/mcu.c | 176 +++++++++++------- .../net/wireless/mediatek/mt76/mt7925/mcu.h | 92 +++++++-- .../net/wireless/mediatek/mt76/mt7925/pci.c | 2 + .../net/wireless/mediatek/mt76/mt792x_dma.c | 13 +- .../net/wireless/mediatek/mt76/mt792x_regs.h | 8 + 8 files changed, 227 insertions(+), 96 deletions(-) -- 2.18.0