Commit a024016f authored by Sara Sharon's avatar Sara Sharon Committed by Luca Coelho

iwlwifi: fw: support API change to debug TLVs

A new field was added. Since the code isn't operational (yet) no
need to worry about backward compatibility.
Signed-off-by: default avatarSara Sharon <sara.sharon@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent f7805b33
...@@ -180,6 +180,7 @@ struct iwl_fw_ini_region_tlv { ...@@ -180,6 +180,7 @@ struct iwl_fw_ini_region_tlv {
* @occurrences: max amount of times to be fired * @occurrences: max amount of times to be fired
* @ignore_consec: ignore consecutive triggers, in usec * @ignore_consec: ignore consecutive triggers, in usec
* @force_restart: force FW restart * @force_restart: force FW restart
* @multi_dut: initiate debug dump data on several DUTs
* @trigger_data: generic data to be utilized per trigger * @trigger_data: generic data to be utilized per trigger
* @num_regions: number of dump regions defined for this trigger * @num_regions: number of dump regions defined for this trigger
* @data: region IDs * @data: region IDs
...@@ -191,6 +192,7 @@ struct iwl_fw_ini_trigger { ...@@ -191,6 +192,7 @@ struct iwl_fw_ini_trigger {
__le32 occurrences; __le32 occurrences;
__le32 ignore_consec; __le32 ignore_consec;
__le32 force_restart; __le32 force_restart;
__le32 multi_dut;
__le32 trigger_data; __le32 trigger_data;
__le32 num_regions; __le32 num_regions;
__le32 data[]; __le32 data[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment