]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1cddcb34ff9eaff1baf078c2fc8e9f9cb6958f27
tree64666ca0bcd3723e1415bbd540a50fc81f4441e5
parent3d1ffdf87f3b1dc77e6ea3f50131631d248e7555
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