Sfoglia il codice sorgente

qcacmn: Make client kick out event as wake-able event in SAP mode

In SAP mode if APPS is in power collapse state and an associated client
leaves the BSS then FW can only wake up host if WOW_CLIENT_KICKOUT_EVENT
is configured as wake-able event, hence make client kick out event as
wake-able event in SAP mode.

Change-Id: I8f81f8f84c655dbd5a4e058786a98e9d550aa018
CRs-Fixed: 2036656
Rajeev Kumar 8 anni fa
parent
commit
c0f54cd23b

+ 1 - 0
power_management_offloads/core/src/wlan_pmo_static_config.c

@@ -42,6 +42,7 @@
 				(1 << WOW_TDLS_CONN_TRACKER_EVENT)) \
 
 #define PMO_WOW_SAP_WAKE_UP_EVENTS ((1 << WOW_PROBE_REQ_WPS_IE_EVENT) |\
+				(1 << WOW_CLIENT_KICKOUT_EVENT) |\
 				(1 << WOW_PATTERN_MATCH_EVENT) |\
 				(1 << WOW_AUTH_REQ_EVENT) |\
 				(1 << WOW_ASSOC_REQ_EVENT) |\