瀏覽代碼

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

Change-Id: Id41fc0853cd2c790d893e5e6ef1cde85f8857951
CRs-Fixed: 3830439
spuligil 8 月之前
父節點
當前提交
4cf6ddd643
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 7 0
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_services.h

@@ -676,6 +676,13 @@ typedef  enum  {
     WMI_SERVICE_MLO_SAP_CONCURRENCY_SUPPORT = 422, /* Indicates FW supports MLO SAP+STA Concurrency */
     WMI_SERVICE_MEC_AGING_TIMER_SUPPORT = 423, /* FW supports multicast echo check aging timer */
     WMI_SERVICE_MULTI_RSNO_SUPPORT = 424, /* FW supports parsing of multiple RSN override IEs */
+    /* WMI_SERVICE_IS_TARGET_IPA:
+     * FW indicates to host whether the target is IPA or xFEM.
+     * If this flag is 0, the target is XFEM or unspecified.
+     * If this flag is 1, the target is IPA.
+     */
+    WMI_SERVICE_IS_TARGET_IPA = 425,
+    WMI_SERVICE_THERM_THROT_TX_CHAIN_MASK = 426, /*FW supports thermal throttling dynamic Tx ChainMask update */
 
 
     WMI_MAX_EXT2_SERVICE

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