]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1873797e6c18f3bffd8802fecc08c5749ff6738a
tree28a73041c580838014750632bc4c06eb42ea57c5
parent9a259de5cc0892dc4aaffa3e48f87108ec35c921
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