ソースを参照

qcacmn: Add wakelock reasons for sap and go d3 wow

Add wakelock reasons for sap and go d3 wow feature.

Change-Id: I067cb8fd30cc90d4ec0c8b1a26c0b5bc17db966f
CRs-Fixed: 2986291
Rajeev Kumar 4 年 前
コミット
37ee80923a
1 ファイル変更4 行追加0 行削除
  1. 4 0
      utils/host_diag_log/inc/host_diag_core_event.h

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

@@ -943,6 +943,8 @@ enum wifi_connectivity_events {
  * @WIFI_POWER_EVENT_WAKELOCK_DRIVER_IDLE_SHUTDOWN: Wakelock for Idle Shutdown
  * @WIFI_POWER_EVENT_WAKELOCK_TDLS: Wakelock for TDLS
  * @WIFI_POWER_EVENT_WAKELOCK_CFR: Wakelock for CFR
+ * @WIFI_POWER_EVENT_WAKELOCK_SAP_D3_WOW: Wakelock for SAP D3 WOW max clinets
+ * @WIFI_POWER_EVENT_WAKELOCK_GO_D3_WOW: Wakelock for GO D3 WOW max clients
  *
  * Indicates the reason for which the wakelock was taken/released
  */
@@ -973,6 +975,8 @@ enum wake_lock_reason {
 	WIFI_POWER_EVENT_WAKELOCK_DRIVER_IDLE_SHUTDOWN,
 	WIFI_POWER_EVENT_WAKELOCK_TDLS,
 	WIFI_POWER_EVENT_WAKELOCK_CFR,
+	WIFI_POWER_EVENT_WAKELOCK_SAP_D3_WOW,
+	WIFI_POWER_EVENT_WAKELOCK_GO_D3_WOW,
 };
 
 /* The length of interface name should >= IFNAMSIZ */