瀏覽代碼

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

HALPHY stats update (add CTL pwr)

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

+ 2 - 0
fw/wmi_unified.h

@@ -9232,6 +9232,7 @@ typedef enum {
     WMI_HALPHY_TPC_STATS_SUPPORT_AX_EXTRA_MCS,
     WMI_HALPHY_TPC_STATS_SUPPORT_BE,
     WMI_HALPHY_TPC_STATS_SUPPORT_BE_PUNC,
+    WMI_HALPHY_TPC_STATS_SUPPORT_CTL_DESIGN_1,
 } WMI_HALPHY_TPC_STATS_SUPPORT_BITF; /* support bit fields */
 
 typedef struct {
@@ -9282,6 +9283,7 @@ typedef struct {
      * Refer to enum WMI_HALPHY_TPC_STATS_SUPPORT_BITF.
      */
     A_UINT32 support_bits;
+    A_UINT32 nss; /* target specific NUM_SPATIAL_STREAM flag */
 } wmi_tpc_configs;
 
 typedef struct {

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