ath5k: Fix TX queues stopping
authorBruno Randolf <br1@einfach.org>
Fri, 17 Sep 2010 02:36:46 +0000 (11:36 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 21 Sep 2010 15:05:10 +0000 (11:05 -0400)
commit651d9375dca9997ef2b05639191756da73b0cf8d
tree64666ca0bcd3723e1415bbd540a50fc81f4441e5
parentcfddc11c429a655e418ffc111372cc69dee6a1a5
ath5k: Fix TX queues stopping

It does not make sense to stop queues for NF calibration. This will not stop
transmissions from the card, if there are queued packets.

If we run out of TX buffers we need to stop all queues, not only one.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/base.c