]> git.baikalelectronics.ru Git - kernel.git/commit
mt76: improve tx queue stop/wake
authorFelix Fietkau <nbd@nbd.name>
Sat, 21 Nov 2020 13:00:47 +0000 (14:00 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 4 Dec 2020 13:31:16 +0000 (14:31 +0100)
commit2c43d56a9405a1c47a1851d437749196379db8d1
treeae824d47b2953a48b35b32d69fa8912aed19fa5b
parent4fd99829ff663208769cbb900133b67ad7ea2771
mt76: improve tx queue stop/wake

Instead of stopping and waking only a single queue, handle all phy tx queues
mapped ot the same hardware queue.
Also allow the driver to block tx queues

Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/dma.c
drivers/net/wireless/mediatek/mt76/mt76.h
drivers/net/wireless/mediatek/mt76/tx.c