]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/iwlwifi/iwl-fw-error-dump.h
iwlwifi: mvm: add trigger for firmware dump upon statistics
[karo-tx-linux.git] / drivers / net / wireless / iwlwifi / iwl-fw-error-dump.h
index 1d5195b4aad24297582212866e6750498d28f6fd..95bef179ddc17c55f15e6c879e0a62fe13f487cd 100644 (file)
@@ -246,6 +246,8 @@ iwl_fw_error_next_data(struct iwl_fw_error_dump_data *data)
  * @FW_DBG_TRIGGER_CHANNEL_SWITCH: trigger log collection upon channel switch.
  * @FW_DBG_TRIGGER_FW_NOTIF: trigger log collection when the firmware sends a
  *     command response or a notification.
+ * @FW_DB_TRIGGER_RESERVED: reserved
+ * @FW_DBG_TRIGGER_STATS: trigger log collection upon statistics threshold.
  */
 enum iwl_fw_dbg_trigger {
        FW_DBG_TRIGGER_INVALID = 0,
@@ -254,6 +256,8 @@ enum iwl_fw_dbg_trigger {
        FW_DBG_TRIGGER_MISSED_BEACONS,
        FW_DBG_TRIGGER_CHANNEL_SWITCH,
        FW_DBG_TRIGGER_FW_NOTIF,
+       FW_DB_TRIGGER_RESERVED,
+       FW_DBG_TRIGGER_STATS,
 
        /* must be last */
        FW_DBG_TRIGGER_MAX,