]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: pcie: fix ALIVE interrupt handling for gen2 devices w/o MSI-X
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 21 May 2019 12:03:21 +0000 (15:03 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Sat, 29 Jun 2019 07:14:20 +0000 (10:14 +0300)
commitec46ae30245ecb41d73f8254613db07c653fb498
tree23c32300f0d6ec326ab71b51c46c7a62110d7907
parentc56e00a3feaee2b46b7d33875fb7f52efd30241f
iwlwifi: pcie: fix ALIVE interrupt handling for gen2 devices w/o MSI-X

We added code to restock the buffer upon ALIVE interrupt
when MSI-X is disabled. This was added as part of the context
info code. This code was added only if the ISR debug level
is set which is very unlikely to be related.
Move this code to run even when the ISR debug level is not
set.

Note that gen2 devices work with MSI-X in most cases so that
this path is seldom used.

Cc: stable@vger.kernel.org
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/rx.c