瀏覽代碼

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

Change-Id: Id171e59ed35be79c9999940b8e7674a872d9f4a1
CRs-Fixed: 2262693
spuligil 1 年之前
父節點
當前提交
3f85163caf
共有 2 個文件被更改,包括 8 次插入7 次删除
  1. 7 6
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 6
fw/wmi_unified.h

@@ -41210,12 +41210,13 @@ typedef struct {
 } wmi_big_data_dp_stats_tlv_param;
 
 typedef enum {
-    WMI_6GHZ_REG_LPI = 0,
-    WMI_6GHZ_REG_VLP = 1,
-    WMI_6GHZ_REG_SP  = 2,
-    WMI_6GHZ_REG_SP_STA = 3,
-    WMI_6GHZ_REG_MAX = 5, /* Can't expand, b/c used as array length below */
-} WMI_6GHZ_REG_TYPE;
+    WMI_6GHZ_REG_PWRMODE_LPI = 0,
+    WMI_6GHZ_REG_PWRMODE_SP = 1,
+    WMI_6GHZ_REG_PWRMODE_VLP  = 2,
+    WMI_6GHZ_REG_PWRMODE_SP_STA = 3,
+
+    WMI_6GHZ_REG_PWRMODE_MAX = 5
+} WMI_6GHZ_REG_PWRMODE_TYPE;
 
 typedef struct {
     A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_set_tpc_power_fixed_param */

+ 1 - 1
fw/wmi_version.h

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