Explorar el Código

qcacld-3.0: CL 1532157 - update fw common interface files

qcacld-2.0 to qcacld-3.0 propagation

Add WMI TDLS scan start, complete events.

Change-Id: I74f0948061bee593dc15a0ceaab0a25633bb6dd4
CRs-fixed: 865207
Selvaraj, Sridhar hace 8 años
padre
commit
217e9a985e
Se han modificado 2 ficheros con 11 adiciones y 1 borrados
  1. 10 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 10 - 0
target/inc/wmi_unified.h

@@ -10319,6 +10319,16 @@ enum wmi_tdls_peer_reason {
 	WMI_TDLS_ENTER_BT_BUSY_MODE,
 	/** BT exited busy mode, TDLS connection tracker needs to handle this */
 	WMI_TDLS_EXIT_BT_BUSY_MODE,
+	/*
+	 * TDLS module received a scan start event, TDLS connection tracker
+	 * needs to handle this
+	 */
+	WMI_TDLS_SCAN_STARTED_EVENT,
+	/*
+	 * TDLS module received a scan complete event, TDLS connection tracker
+	 * needs to handle this
+	 */
+	WMI_TDLS_SCAN_COMPLETED_EVENT,
 };
 
 /* WMI_TDLS_PEER_EVENTID */

+ 1 - 1
target/inc/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility */
-#define __WMI_REVISION_ 267
+#define __WMI_REVISION_ 268
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work