iwlagn: stop interrupts when suspending
commitd36120c6259e0d5bc435b8b690f73907357c26fb
authorJohannes Berg <johannes.berg@intel.com>
Mon, 10 Oct 2011 14:26:57 +0000 (10 07:26 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Oct 2011 18:48:10 +0000 (14 14:48 -0400)
tree26239667c9ff2dddb57d50243004ddc8ce490257
parent26bfc0cfdb6b9a12911f8dde4f96c958aef357ae
iwlagn: stop interrupts when suspending

Occasionally, the device will send interrupts
while it is resuming, at a point where we are
not set up again to handle them. This causes
the core IRQ handling to completely disable
the IRQ, and then the driver won't work again
until it is reloaded/rebound.

To fix this issue disable the IRQ on suspend,
this will cause us to only get interrupts
again after we've setup everything on resume.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-trans-pcie.c