iwlwifi: dbg: remove IWL_FW_INI_TIME_POINT_WDG_TIMEOUT
authorLuca Coelho <luciano.coelho@intel.com>
Fri, 25 Sep 2020 21:30:39 +0000 (00:30 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 1 Oct 2020 18:57:21 +0000 (21:57 +0300)
This timepoint was removed from the FW, so we remove it from here too
for consistency.  It's now marked as reserved to preserve the
enumeration.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20200926002540.a451fdd0a0ab.Idd8f59a49816d8484fe7dea3f1cec7a36cbf86f7@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/api/dbg-tlv.h

index 74ac65bd545aa0da18da134ac93bf7fa81e174ff..8e34b509e6cc5c6603e280d3db1cbbba96d9a07a 100644 (file)
@@ -368,7 +368,7 @@ enum iwl_fw_ini_region_type {
  * @IWL_FW_INI_TIME_POINT_USER_TRIGGER: user trigger time point
  * @IWL_FW_INI_TIME_POINT_PERIODIC: periodic timepoint that fires in constant
  *     intervals. data field holds the interval time in msec
- * @IWL_FW_INI_TIME_POINT_WDG_TIMEOUT: watchdog timeout
+ * @IWL_FW_INI_TIME_POINT_RESERVED: reserved
  * @IWL_FW_INI_TIME_POINT_HOST_ASSERT: Unused
  * @IWL_FW_INI_TIME_POINT_HOST_ALIVE_TIMEOUT: alive timeout
  * @IWL_FW_INI_TIME_POINT_HOST_DEVICE_ENABLE: device enable
@@ -399,7 +399,7 @@ enum iwl_fw_ini_time_point {
        IWL_FW_INI_TIME_POINT_FW_RSP_OR_NOTIF,
        IWL_FW_INI_TIME_POINT_USER_TRIGGER,
        IWL_FW_INI_TIME_POINT_PERIODIC,
-       IWL_FW_INI_TIME_POINT_WDG_TIMEOUT,
+       IWL_FW_INI_TIME_POINT_RESERVED,
        IWL_FW_INI_TIME_POINT_HOST_ASSERT,
        IWL_FW_INI_TIME_POINT_HOST_ALIVE_TIMEOUT,
        IWL_FW_INI_TIME_POINT_HOST_DEVICE_ENABLE,