Переглянути джерело

fw-api: CL 11046353 - update fw common interface files

add WMI_SCAN_FLAG_EXT_6GHZ_EXTEND_MEASURE_TIME def

Change-Id: I95b1fc587a5947f2bae1ae53478cf26f54919818
CRs-Fixed: 2262693
spuligil 4 роки тому
батько
коміт
2e19136d17
2 змінених файлів з 4 додано та 1 видалено
  1. 3 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 3 - 0
fw/wmi_unified.h

@@ -4351,6 +4351,9 @@ typedef enum {
 /* Force broadcast address in RA even though specified bssid */
 #define WMI_SCAN_FLAG_EXT_FORCE_BRCAST_RA             0x00000200
 
+/* Extend 6ghz channel measure time */
+#define WMI_SCAN_FLAG_EXT_6GHZ_EXTEND_MEASURE_TIME    0x00000400
+
 /**
  * new 6 GHz flags per chan (short ssid or bssid) in struct
  * wmi_hint_freq_short_ssid or wmi_hint_freq_bssid

+ 1 - 1
fw/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_ 868
+#define __WMI_REVISION_ 869
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work