diff options
| author | Masti, Narayanraddi <nmasti@codeaurora.org> | 2016-09-20 16:34:02 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-10-04 20:55:35 -0700 |
| commit | 2194de20cef945a2da49c688ebd1b2a66a8ae284 (patch) | |
| tree | 84abffa95070d4480ce0b570a7398ff382d7eaa0 | |
| parent | c50055ab900d996e38ae3b9369610e31deb7f14a (diff) | |
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
| -rw-r--r-- | core/wma/src/wma_features.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/wma/src/wma_features.c b/core/wma/src/wma_features.c index 7850fa73b903..a9a485bf554e 100644 --- a/core/wma/src/wma_features.c +++ b/core/wma/src/wma_features.c @@ -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) |\ |
