summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMukul Sharma <mukul@codeaurora.org>2017-09-06 19:31:47 +0530
committersnandini <snandini@codeaurora.org>2017-10-03 09:34:07 -0700
commit5427179120c0c55edf17a414bdf9c4d5ea766975 (patch)
tree841a39986b7c9e727b18caa098fa481d39aa9a4c /utils
parent76d8384344eef0f37f449422a32cbdfb664a9f84 (diff)
downloadqca-wfi-host-cmn-5427179120c0c55edf17a414bdf9c4d5ea766975.tar.gz
qcacmn: Add IFACE_CHANGE_TIMER wake lock event
Add IFACE_CHANGE_TIMER wake lock event to track apps power collapse is prevent due to change interafce timer is running. Change-Id: I6df238ec2092d3190d0ae52748427955f7c35a9e CRs-fixed: 2105189
Diffstat (limited to 'utils')
-rw-r--r--utils/host_diag_log/inc/host_diag_core_event.h2
1 files changed, 2 insertions, 0 deletions
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 078a02a34..d3406112c 100644
--- a/utils/host_diag_log/inc/host_diag_core_event.h
+++ b/utils/host_diag_log/inc/host_diag_core_event.h
@@ -536,6 +536,7 @@ enum wifi_connectivity_events {
* @WIFI_POWER_EVENT_WAKELOCK_MISC: Miscellaneous wakelocks
* @WIFI_POWER_EVENT_WAKELOCK_DHCP: DHCP negotiation under way
* @WIFI_POWER_EVENT_WAKELOCK_CONNECT: connection in progress
+ * @WIFI_POWER_EVENT_WAKELOCK_IFACE_CHANGE_TIMER: iface change timer running
*
* Indicates the reason for which the wakelock was taken/released
*/
@@ -560,6 +561,7 @@ enum wake_lock_reason {
WIFI_POWER_EVENT_WAKELOCK_MISC,
WIFI_POWER_EVENT_WAKELOCK_DHCP,
WIFI_POWER_EVENT_WAKELOCK_CONNECT,
+ WIFI_POWER_EVENT_WAKELOCK_IFACE_CHANGE_TIMER,
};
#ifdef __cplusplus