Sfoglia il codice sorgente

qcacmn: Add connect wakelock reason

Add a wakelock reason for wifi connect to wake_lock_reason.

Change-Id: I907b6e0aebeceee1172604b8142ba40f5fbcdcd9
CRs-Fixed: 2059884
Dustin Brown 7 anni fa
parent
commit
a4e0fd63cc
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      utils/host_diag_log/inc/host_diag_core_event.h

+ 2 - 0
utils/host_diag_log/inc/host_diag_core_event.h

@@ -535,6 +535,7 @@ enum wifi_connectivity_events {
  * @WIFI_POWER_EVENT_WAKELOCK_WMI_CMD_RSP: Firmware response
  * @WIFI_POWER_EVENT_WAKELOCK_MISC: Miscellaneous wakelocks
  * @WIFI_POWER_EVENT_WAKELOCK_DHCP: DHCP negotiation under way
+ * @WIFI_POWER_EVENT_WAKELOCK_CONNECT: connection in progress
  *
  * Indicates the reason for which the wakelock was taken/released
  */
@@ -558,6 +559,7 @@ enum wake_lock_reason {
 	WIFI_POWER_EVENT_WAKELOCK_WMI_CMD_RSP,
 	WIFI_POWER_EVENT_WAKELOCK_MISC,
 	WIFI_POWER_EVENT_WAKELOCK_DHCP,
+	WIFI_POWER_EVENT_WAKELOCK_CONNECT,
 };
 
 #ifdef __cplusplus