mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
f6aa45f67a
commit
f2e66c8df0
6 changed files with 118 additions and 1 deletions
|
@ -652,6 +652,13 @@ enum iwl_system_subcmd_ids {
|
|||
* @INIT_EXTENDED_CFG_CMD: &struct iwl_init_extended_cfg_cmd
|
||||
*/
|
||||
INIT_EXTENDED_CFG_CMD = 0x03,
|
||||
|
||||
/**
|
||||
* @FSEQ_VER_MISMATCH_NTF: Notification about fseq version
|
||||
* mismatch during init. The format is specified in
|
||||
* &struct iwl_fseq_ver_mismatch_ntf.
|
||||
*/
|
||||
FSEQ_VER_MISMATCH_NTF = 0xFF,
|
||||
};
|
||||
|
||||
#endif /* __iwl_fw_api_commands_h__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue