]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: pcie: set interrupt coalescing also for gen2
authorSara Sharon <sara.sharon@intel.com>
Mon, 23 Apr 2018 06:38:41 +0000 (09:38 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 31 Aug 2018 08:38:33 +0000 (11:38 +0300)
commit0046e877b85a70cd36d64a9cdef237c6f7398a70
tree150418994e3497f6062d88cabdf78aa9a871151c
parent22ba98035b86ee7d758aaf88aef30f9aa2da66f5
iwlwifi: pcie: set interrupt coalescing also for gen2

We offloaded all the RX configuration of init to firmware. However,
the configuration of interrupt coalescing was left hanging - it wasn't
offloaded nor was it written by host.

This write to the CSR is allowed in gen2, so the host can do it.
Without it we have various issues with RX fullness.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/rx.c