diff --git a/utils/host_diag_log/inc/host_diag_core_event.h b/utils/host_diag_log/inc/host_diag_core_event.h index fdb741a3a7..b07365dfd3 100644 --- a/utils/host_diag_log/inc/host_diag_core_event.h +++ b/utils/host_diag_log/inc/host_diag_core_event.h @@ -895,6 +895,7 @@ enum wifi_connectivity_events { * @WIFI_POWER_EVENT_WAKELOCK_CONNECT: connection in progress * @WIFI_POWER_EVENT_WAKELOCK_IFACE_CHANGE_TIMER: iface change timer running * @WIFI_POWER_EVENT_WAKELOCK_MONITOR_MODE: Montitor mode wakelock + * @WIFI_POWER_EVENT_WAKELOCK_DRIVER_IDLE_RESTART: Wakelock for Idle Restart * * Indicates the reason for which the wakelock was taken/released */ @@ -921,6 +922,7 @@ enum wake_lock_reason { WIFI_POWER_EVENT_WAKELOCK_CONNECT, WIFI_POWER_EVENT_WAKELOCK_IFACE_CHANGE_TIMER, WIFI_POWER_EVENT_WAKELOCK_MONITOR_MODE, + WIFI_POWER_EVENT_WAKELOCK_DRIVER_IDLE_RESTART, }; /* The length of interface name should >= IFNAMSIZ */