From: Vasanthakumar Thiagarajan Date: Thu, 22 Jul 2010 09:24:11 +0000 (-0700) Subject: ath9k: Fix inconsistency between txq->stopped and the actual queue state X-Git-Tag: v2.6.36-rc1~571^2~64^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e8f2fae03cde0ba841325e2660b55fe49bf4b9;p=pandora-kernel.git ath9k: Fix inconsistency between txq->stopped and the actual queue state 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed