commit | 651d9375dca9997ef2b05639191756da73b0cf8d | [log] [tgz] |
---|---|---|
author | Bruno Randolf <br1@einfach.org> | Fri Sep 17 11:36:46 2010 +0900 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 21 11:05:10 2010 -0400 |
tree | 64666ca0bcd3723e1415bbd540a50fc81f4441e5 | |
parent | cfddc11c429a655e418ffc111372cc69dee6a1a5 [diff] |
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>