ath5k: wake queues on reset
authorBruno Randolf <br1@einfach.org>
Wed, 19 May 2010 01:30:49 +0000 (10:30 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 1 Jun 2010 18:33:00 +0000 (14:33 -0400)
commit397f385bdba6cdf7752467a7ae81810340929e44
treedd1c89e4af9529c7290aab59bc31d4cadcc4162b
parentda1fdb02d9200ff28b6f3a380d21930335fe5429
ath5k: wake queues on reset

We can wake all queues after a chip reset since everything should be set up and
we are ready to transmit. If we don't do that we might end up starting up with
stopped queues, not beeing able to transmit. (This started to happen after
"ath5k: clean up queue manipulation" but since periodic calibration also
stopped and started the queues this effect was hidden most of the time).

This way we can also get rid of the superfluous ath5k_reset_wake() function.

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