Re: [PATCH v2 1/2] mt76: mt7615: cleanup mcu tx queue in mt7615_dma_reset()
From: Felix Fietkau <nbd@nbd.name>
Date: 2021-03-25 22:42:45
Also in:
linux-mediatek
From: Felix Fietkau <nbd@nbd.name>
Date: 2021-03-25 22:42:45
Also in:
linux-mediatek
On 2021-03-25 19:28, Ryder Lee wrote:
Cleanup ext_phy and mcu tx queue so that mt7615_mac_reset_work() can
recover mt7615 normally.
Fixes: mt76: e637763b606 ("move mcu queues to mt76_dev q_mcu array")
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
---
change since v2 - cleanup mphy_ext->q_txI like v1 better, since ext-phy tx queues are the same as primary phy tx queues. Or am I missing something? - Felix