commit | c6cc47b101c547c328cae06c2d8813a8e69549bf | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Mon Sep 16 10:37:00 2013 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Sep 26 15:13:49 2013 -0400 |
tree | b377b713ef97cdc9f8ecc1d19080253b95fc7b09 | |
parent | 8a5b7ab36b46615874da3764b99c9d26c1e6750d [diff] |
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>