qcacmn: Add connect wakelock reason
Add a wakelock reason for wifi connect to wake_lock_reason. Change-Id: I907b6e0aebeceee1172604b8142ba40f5fbcdcd9 CRs-Fixed: 2059884
Šī revīzija ir iekļauta:

revīziju iesūtīja
snandini

vecāks
b256bb0e81
revīzija
a4e0fd63cc
@@ -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
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user