]> git.baikalelectronics.ru Git - kernel.git/commit
mt76: sdio: remove wake logic in mt76s_process_tx_queue
authorLorenzo Bianconi <lorenzo@kernel.org>
Sat, 5 Dec 2020 10:35:26 +0000 (11:35 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Sun, 20 Dec 2020 12:03:36 +0000 (14:03 +0200)
commitde910c3f59a278866e9c61d05afb52ae1d3fdf31
treeb4e4a3d66682d9c864c2f8249d399c9d4a75ed1f
parentab290f61cd5b73515e108f376e46a1c9e426e624
mt76: sdio: remove wake logic in mt76s_process_tx_queue

Similar to mmio/usb code path, remove wake logic in mt76s_process_tx_queue
routine. Starting from commit 3888dd44d20e ("mt76: improve tx queue
stop/wake"), the wake queue logic on the sdio status path is no longer
necessary since the hw queues are no longer stopped on the mt76 tx path.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/d2d7d9d437f4dec2ef1df0ed070b9cf299f021ad.1607164041.git.lorenzo@kernel.org
drivers/net/wireless/mediatek/mt76/sdio.c