]> git.baikalelectronics.ru Git - kernel.git/commit
mt76: usb: remove wake logic in mt76u_status_worker
authorLorenzo Bianconi <lorenzo@kernel.org>
Sat, 5 Dec 2020 10:35:25 +0000 (11:35 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Sun, 20 Dec 2020 12:03:35 +0000 (14:03 +0200)
commitab290f61cd5b73515e108f376e46a1c9e426e624
tree00dc96825c1e42dab528ae9c899d8d9ce0e254d6
parentee8dcd975784c34f100da29e8efbc0c4fbd60627
mt76: usb: remove wake logic in mt76u_status_worker

Similar to mmio code path, remove wake logic in mt76u_status_worker handler.
Starting from commit 3888dd44d20e ("mt76: improve tx queue stop/wake")', the
wake queue logic on the usb 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/00009bf0cfdc9565e4432cad3ed51888c667c25d.1607164041.git.lorenzo@kernel.org
drivers/net/wireless/mediatek/mt76/usb.c