]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: implement fseq version mismatch warning
authorMordechai Goodstein <mordechay.goodstein@intel.com>
Tue, 13 Jun 2017 14:17:27 +0000 (17:17 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 1 Aug 2017 09:41:45 +0000 (12:41 +0300)
commitf2e66c8df0d0f10c70ed7f5e14a939714e9ee6a9
tree2cf4d52ef0523ff3b1c5427ec620bb9a1a1777d3
parentf6aa45f67aaa03bd294040508218bc72c5958ad6
iwlwifi: implement fseq version mismatch warning

During init, the FW checks whether the FSEQ value matches what it
expects.  If it doesn't match, we print a warning to let integrators
clearly know that something is wrong.  This can happen if another core
(i.e. not WiFi) has updated the FSEQ version.  This notification is
only sent by the FW in production, for development firmwares, an
assertion is triggered instead.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Mordechai Goodstein <mordechay.goodstein@intel.com>
drivers/net/wireless/intel/iwlwifi/Makefile
drivers/net/wireless/intel/iwlwifi/fw/api/alive.h
drivers/net/wireless/intel/iwlwifi/fw/api/commands.h
drivers/net/wireless/intel/iwlwifi/fw/common_rx.c [new file with mode: 0644]
drivers/net/wireless/intel/iwlwifi/fw/runtime.h
drivers/net/wireless/intel/iwlwifi/mvm/ops.c