From: Mohammed Shafi Shajakhan Date: Thu, 8 Dec 2011 06:29:03 +0000 (+0530) Subject: ath9k_hw: Fix handling of MCI interrupt X-Git-Tag: v3.3-rc1~182^2~178^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc78d6b16a6853a3f6c014a6173df41d80f65a35;p=pandora-kernel.git ath9k_hw: Fix handling of MCI interrupt in my previous patches of handling MCI interrupt I overlooked the case of interrupt status/mask variable being zeroed out in the below code, so ath_isr does not cache the MCI interrupt in the intrstatus. finally MCI interrupt handling won't be handled in ath9k_tasklet for the scheduled interrupts. Fix this by moving the MCI interrupt code in the appropriate position in ar9003_hw_get_isr Cc: Wilson Tsao Cc: Rajkumar Manoharan Signed-off-by: Mohammed Shafi Shajakhan Signed-off-by: John W. Linville --- Reading git-diff-tree failed