]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8b4721ad2edf6e27d5957bad311932ff6ac9ea73
treea6fe7d26f54d8cf95bee87513c50ebaace13b4ed
parent247ed7b382574a576862b6a369ac9e2bbde706a5
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