]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0bd15d90212f0d2af6c6d6403baee83617819341
treeb377b713ef97cdc9f8ecc1d19080253b95fc7b09
parentd5f44354832a65ae3fdccd6474f481845b396ea6
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