Browse Source

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
Masti, Narayanraddi 8 năm trước cách đây
mục cha
commit
2194de20ce
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      core/wma/src/wma_features.c

+ 2 - 1
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) |\