Przeglądaj źródła

Merge "qcacld-3.0: CL 1532157 - update fw common interface files" into wlan-cld3.driver.lnx.1.1-dev

Service qcabuildsw 9 lat temu
rodzic
commit
c1e0c79e9d
2 zmienionych plików z 11 dodań i 1 usunięć
  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