]> www.infradead.org Git - users/jedix/linux-maple.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Apr 2013 16:25:47 +0000 (09:25 -0700)
commit43fc83309418db7dda135ec0c3d6ca49224063c7
tree3af87915b18846832f5cb4f4c2a4ec1453f60734
parentf5ae2331e22224e68fa18eb2087c3f3e0c9a67bb
ath9k: limit tx path hang check to normal data queues

commit 01d4ab96d2e7fceaad204e5a8710ce34e229b8c5 upstream.

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.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/ath/ath9k/link.c