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)
commit123bb2b737881127b450e8b3b1bae69a8949498e
treeb4e4a3d66682d9c864c2f8249d399c9d4a75ed1f
parente16ab3db87b3d5d4118dfb68e955f62c4e09573a
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 90d494c99a99 ("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