From: Ido Yariv Date: Wed, 11 Jan 2012 07:42:41 +0000 (+0200) Subject: wl12xx: Fix potential interrupt storm X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~126^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46b0cc9ffce356fbcb2135219a3ed8500714a9e4;p=pandora-kernel.git wl12xx: Fix potential interrupt storm The interrupt threaded handler exits immediately if the driver's state is WL1271_STATE_OFF. As a result, the interrupt status is not read. If the interrupt is level triggered, it will be fired again. Fix this by disabling interrupts before setting the state to OFF. Signed-off-by: Ido Yariv Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed