iwlagn: don't disable interrupts after the NIC has been reset
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 24 May 2011 07:44:47 +0000 (10:44 +0300)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Sat, 18 Jun 2011 15:04:36 +0000 (08:04 -0700)
It is superfluous to disable the interrupts after we reset the NIC. The only
entity that could enable the interrupts after the NIC is reset is the driver.
So remove this pointless action.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>

No differences found