ath9k: Fix inconsistency between txq->stopped and the actual queue state
authorVasanthakumar Thiagarajan <vasanth@atheros.com>
Thu, 22 Jul 2010 09:24:11 +0000 (02:24 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 26 Jul 2010 19:32:41 +0000 (15:32 -0400)
Sometimes txq state(txq->stopped) can be marked as started but the actual
queue may not be started (in ATH_WIPHY_SCAN state, for example). Fix this.

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found