summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAshish Kumar Dhanotiya <adhanoti@codeaurora.org>2017-11-28 20:26:30 +0530
committersnandini <snandini@codeaurora.org>2017-12-07 22:34:07 -0800
commit33608d1e948d4564126f7de72f3fe39a0b620d3a (patch)
treee8ff4789d0f83af5226b3f4f251da9f6735d1ab2 /utils
parentf1db3f4b21bc7fa1692173dda05b8cbb8cca4506 (diff)
downloadqca-wfi-host-cmn-33608d1e948d4564126f7de72f3fe39a0b620d3a.tar.gz
qcacmn: Add a wakelock reason for monitor mode
Add a wakelock reason for device entering monitor mode. Change-Id: I27ba2d43fd7b84bc1ae7e6046ab635065872b2d2 CRs-Fixed: 2150162
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 c5ea694d7..d85f716ac 100644
--- a/utils/host_diag_log/inc/host_diag_core_event.h
+++ b/utils/host_diag_log/inc/host_diag_core_event.h
@@ -605,6 +605,7 @@ enum wifi_connectivity_events {
* @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
+ * @WIFI_POWER_EVENT_WAKELOCK_MONITOR_MODE: Montitor mode wakelock
*
* Indicates the reason for which the wakelock was taken/released
*/
@@ -630,6 +631,7 @@ enum wake_lock_reason {
WIFI_POWER_EVENT_WAKELOCK_DHCP,
WIFI_POWER_EVENT_WAKELOCK_CONNECT,
WIFI_POWER_EVENT_WAKELOCK_IFACE_CHANGE_TIMER,
+ WIFI_POWER_EVENT_WAKELOCK_MONITOR_MODE,
};
#ifdef __cplusplus