]> git.baikalelectronics.ru Git - kernel.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)
commit3cdbf1c1764a92db4a54113133628ba6a6500db2
tree5424926ef2482c5277d85a571985452d45e1170b
parent4199f5267592d568e6358f9e33c3a065d70ab9b8
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