commit | 7ef3dd264edbe8fdec163bf19dc9b3458e878cf4 | [log] [tgz] |
---|---|---|
author | Haim Dreyfuss <haim.dreyfuss@intel.com> | Sun Apr 03 20:15:26 2016 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Tue May 10 22:34:01 2016 +0300 |
tree | a6fe7d26f54d8cf95bee87513c50ebaace13b4ed | |
parent | 0730ffb19e9af9b021927c266b6fbff0b5d93d45 [diff] |
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>