]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Fix queue handling in flush()
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Thu, 2 Oct 2014 01:03:16 +0000 (06:33 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 2 Oct 2014 18:26:31 +0000 (14:26 -0400)
commitb6f6adffdcbaa2626bdb3dc0ee23c805ffce0bde
treee41c4e49f00d9902a99a20575eb634bfa00354a3
parente6268ea9902b702e9e9e07f1222bb00c251a8680
ath9k: Fix queue handling in flush()

When draining of the TX queues fails, a
full HW reset is done. ath_reset() makes sure
that the queues in mac80211 are restarted,
so there is no need to wake them up again.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/main.c