qcacld-3.0: Register event in wma to track TDLS connection
qcacld-2.0 to qcacld-3.0 propagation TDLS connection will teardown in host on receiving teardown event from Firmware. But if host is in WOW mode then host will not receive teardown event from FW. To fix this issue add TDLS connection tracker event changes in WMA. Change-Id: I3a305e95410d2884b41e9e4183ed4eeabd733f9d CRs-Fixed: 991993
This commit is contained in:
parent
c50055ab90
commit
2194de20ce
@ -90,7 +90,8 @@
|
||||
(1 << WOW_RA_MATCH_EVENT) |\
|
||||
(1 << WOW_NLO_DETECTED_EVENT) |\
|
||||
(1 << WOW_EXTSCAN_EVENT)) |\
|
||||
(1 << WOW_OEM_RESPONSE_EVENT)\
|
||||
(1 << WOW_OEM_RESPONSE_EVENT)|\
|
||||
(1 << WOW_TDLS_CONN_TRACKER_EVENT)\
|
||||
|
||||
#define WMA_WOW_SAP_WAKE_UP_EVENTS ((1 << WOW_PROBE_REQ_WPS_IE_EVENT) |\
|
||||
(1 << WOW_PATTERN_MATCH_EVENT) |\
|
||||
|
Loading…
Reference in New Issue
Block a user