OSDN Git Service

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)
commit7299751df36c02adafb5b897c56de71f0d7e2cb5
tree28a73041c580838014750632bc4c06eb42ea57c5
parentecdbe86eda74005d1b4bc8387e1825ad95fab705
iwlagn: don't disable interrupts after the NIC has been reset

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>
drivers/net/wireless/iwlwifi/iwl-agn.c