]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: pcie: remove MSIX_HW_INT_CAUSES_REG_IML handling
authorJohannes Berg <johannes.berg@intel.com>
Wed, 9 Dec 2020 21:16:33 +0000 (23:16 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 9 Dec 2020 22:14:19 +0000 (00:14 +0200)
commitd73bde3d92313f989e03c081da51427be006f7ed
treed2acc0691fb6fa51285f3cca73bb93b2ea3eea06
parente643f71b71e3f25cb92b4b3bce5dd50d8dec9e6f
iwlwifi: pcie: remove MSIX_HW_INT_CAUSES_REG_IML handling

This is actually wrong, the bit used here by the image loader
is BIT(1), not BIT(2). The latter will be reused by the new
reset flow soon.

However, as we never had any complaints about not printing
the IML status or not handling the IML error interrupt (and
I suspect the code handling it was incorrectly anyway) just
remove the code for it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20201209231352.9a323f4a3493.Ic7aee4dbbf4be42287c338c2fa1b111473724116@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-csr.h
drivers/net/wireless/intel/iwlwifi/pcie/rx.c
drivers/net/wireless/intel/iwlwifi/pcie/trans.c