]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iwlwifi: fw: support API change to debug TLVs
authorSara Sharon <sara.sharon@intel.com>
Mon, 13 Aug 2018 05:21:10 +0000 (08:21 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 23 Nov 2018 11:01:07 +0000 (13:01 +0200)
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>
drivers/net/wireless/intel/iwlwifi/fw/api/dbg-tlv.h

index 82f3c9bbd9b10f42217ea19a99327b8ecf79b2c5..ab82b7a6796792087a3a1333d06a033579e07181 100644 (file)
@@ -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[];