iwlwifi: mvm: add trigger for firmware dump upon TDLS events
This will allow to catch different TDLS events and get the firmware data when they occur. Add empty TX_LATENCY trigger on the way to avoid mismatch with trees in which this trigger is implemented. Signed-off-by: Golan Ben-Ami <golan.ben.ami@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
This commit is contained in:

committed by
Emmanuel Grumbach

parent
4707fde5cd
commit
1e8f1329aa
@@ -724,6 +724,19 @@ struct iwl_fw_dbg_trigger_ba {
|
||||
__le16 frame_timeout;
|
||||
} __packed;
|
||||
|
||||
/**
|
||||
* struct iwl_fw_dbg_trigger_tdls - configures trigger for TDLS events.
|
||||
* @action_bitmap: the TDLS action to trigger the collection upon
|
||||
* @peer_mode: trigger on specific peer or all
|
||||
* @peer: the TDLS peer to trigger the collection on
|
||||
*/
|
||||
struct iwl_fw_dbg_trigger_tdls {
|
||||
u8 action_bitmap;
|
||||
u8 peer_mode;
|
||||
u8 peer[ETH_ALEN];
|
||||
u8 reserved[4];
|
||||
} __packed;
|
||||
|
||||
/**
|
||||
* struct iwl_fw_dbg_conf_tlv - a TLV that describes a debug configuration.
|
||||
* @id: conf id
|
||||
|
Reference in New Issue
Block a user