commit | 7299751df36c02adafb5b897c56de71f0d7e2cb5 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue May 24 10:44:47 2011 +0300 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Sat Jun 18 08:04:36 2011 -0700 |
tree | 28a73041c580838014750632bc4c06eb42ea57c5 | |
parent | ecdbe86eda74005d1b4bc8387e1825ad95fab705 [diff] |
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>