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: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
f7805b33f9
commit
a024016faf
@ -180,6 +180,7 @@ struct iwl_fw_ini_region_tlv {
|
||||
* @occurrences: max amount of times to be fired
|
||||
* @ignore_consec: ignore consecutive triggers, in usec
|
||||
* @force_restart: force FW restart
|
||||
* @multi_dut: initiate debug dump data on several DUTs
|
||||
* @trigger_data: generic data to be utilized per trigger
|
||||
* @num_regions: number of dump regions defined for this trigger
|
||||
* @data: region IDs
|
||||
@ -191,6 +192,7 @@ struct iwl_fw_ini_trigger {
|
||||
__le32 occurrences;
|
||||
__le32 ignore_consec;
|
||||
__le32 force_restart;
|
||||
__le32 multi_dut;
|
||||
__le32 trigger_data;
|
||||
__le32 num_regions;
|
||||
__le32 data[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user