Эх сурвалжийг харах

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

Change-Id: Iddf05637e7853bd708a8d3dc912f0aab0380be68
WMI: add distinct ROAM_SCAN_LIST_FLAG_FLUSH STATIC vs. DYNAMIC flags
CRs-Fixed: 2262693
spuligil 5 жил өмнө
parent
commit
7c96916bb2
2 өөрчлөгдсөн 3 нэмэгдсэн , 2 устгасан
  1. 2 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 1
fw/wmi_unified.h

@@ -12790,7 +12790,8 @@ typedef struct {
 #define WMI_ROAM_SCAN_CHAN_LIST_TYPE_STATIC 0x2
 #define WMI_ROAM_SCAN_CHAN_LIST_TYPE_DYNAMIC 0x3
 
-#define WMI_ROAM_SCAN_LIST_FLAG_FLUSH 0x1 /* Flush roam scan channel list in FW */
+#define WMI_ROAM_SCAN_LIST_FLAG_FLUSH_STATIC 0x1 /* Flush static roam scan channel list in FW */
+#define WMI_ROAM_SCAN_LIST_FLAG_FLUSH_DYNAMIC 0x2 /* Flush dynamic roam scan channel list in FW */
 
 /**
  * TLV for roaming channel list

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