From: Sujith Manoharan Date: Mon, 16 Sep 2013 05:07:00 +0000 (+0530) Subject: ath9k: Handle FATAL interrupts correctly X-Git-Tag: v3.13-rc1~105^2~225^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6cc47b101c547c328cae06c2d8813a8e69549bf;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed