]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iwlwifi: pcie: separate between SW and HW MSIX configuration
authorHaim Dreyfuss <haim.dreyfuss@intel.com>
Tue, 13 Dec 2016 10:40:34 +0000 (12:40 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 8 Feb 2017 10:55:11 +0000 (12:55 +0200)
commit8373005805043efa038ca00401b9bf6959031854
treee5917ee1980d5fcececfc66fef88783bc4b7a972
parent7ca00409b5bd6e79a03d1cf3982dc429f371c02b
iwlwifi: pcie: separate between SW and HW MSIX configuration

The MSIX configuration flow includes two different stages:
configuring the HW by writing to the IVAR table and configuring the SW
to reflect the HW configuration.
The HW configuration is needed on each HW reset,
whereas the SW configuration is only needed during the init flow.

Signed-off-by: Haim Dreyfuss <haim.dreyfuss@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/trans.c