ath9k: Handle FATAL interrupts correctly
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Mon, 16 Sep 2013 05:07:00 +0000 (10:37 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 26 Sep 2013 19:13:49 +0000 (15:13 -0400)
commitc6cc47b101c547c328cae06c2d8813a8e69549bf
treeb377b713ef97cdc9f8ecc1d19080253b95fc7b09
parent8a5b7ab36b46615874da3764b99c9d26c1e6750d
ath9k: Handle FATAL interrupts correctly

When a FATAL interrupt is received, a full chip reset is
required, which is done in the main tasklet. But since
the reset routine is scheduled as a work item, make sure
that interrupts are not enabled in the tasklet before the
reset is done.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/main.c