iwlwifi: pcie: don't wake up the NIC when writing CSRs in MSIX mode
authorHaim Dreyfuss <haim.dreyfuss@intel.com>
Sun, 3 Apr 2016 17:15:26 +0000 (20:15 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 10 May 2016 19:34:01 +0000 (22:34 +0300)
commit7ef3dd264edbe8fdec163bf19dc9b3458e878cf4
treea6fe7d26f54d8cf95bee87513c50ebaace13b4ed
parent0730ffb19e9af9b021927c266b6fbff0b5d93d45
iwlwifi: pcie: don't wake up the NIC when writing CSRs in MSIX mode

CSR registers are always available even when the NIC is not awake, no
need to wake up the NIC before accessing them. This has a huge impact
when we re-enable an interrupt at the end of the ISR since waking up the
NIC can take some time.

Signed-off-by: Haim Dreyfuss <haim.dreyfuss@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/rx.c