ath9k: disable the tasklet before taking the PCU lock
authorFelix Fietkau <nbd@openwrt.org>
Mon, 14 Jan 2013 15:56:46 +0000 (16:56 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Jan 2013 20:02:22 +0000 (15:02 -0500)
Fixes a reported CPU soft lockup where the tasklet tries to acquire the
lock and blocks while ath_prepare_reset (holding the lock) waits for it
to complete.

Cc: stable@vger.kernel.org
Reported-by: Robert Shade <robert.shade@gmail.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found