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
2021-07-05 11:01:35 -07:00
提交者 Madan Koyyalamudi
父节点 1ce921eb1a
当前提交 37ee80923a

查看文件

@@ -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 */