]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath9k: limit tx path hang check to normal data queues
authorFelix Fietkau <nbd@openwrt.org>
Fri, 15 Mar 2013 15:18:44 +0000 (16:18 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 18 Mar 2013 19:20:35 +0000 (15:20 -0400)
commit01d4ab96d2e7fceaad204e5a8710ce34e229b8c5
tree5424926ef2482c5277d85a571985452d45e1170b
parent74632d11a133b5baf6b9d622dd19d2f944d93d94
ath9k: limit tx path hang check to normal data queues

The beacon and multicast-buffer queues are managed by the beacon
tasklet, and the generic tx path hang check does not help in any way
here. Running it on those queues anyway can introduce some race
conditions leading to unnecessary chip resets.

Cc: stable@vger.kernel.org
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/link.c