浏览代码

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

Change-Id: I615714f288f15a3d64bb5e55ef9c0376296337d6
WMI: generalize VDEV_PARAM_XPAN_PROFILE to VDEV_PARAM_SET_PROFILE
CRs-Fixed: 2262693
spuligil 2 年之前
父节点
当前提交
3050d9dd09
共有 2 个文件被更改,包括 8 次插入6 次删除
  1. 7 5
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 5
fw/wmi_unified.h

@@ -15204,17 +15204,19 @@ typedef enum {
         WMI_VDEV_PARAM_MCAST_STEERING,                        /* 0x800E */
 
         /*
-         * 0 - XPAN disabled
-         * 1 - XPAN Lossless audio profile
-         * 2 - XPAN Gaming profile
+         * bit 0: 0 - XR SAP profile disabled
+         *        1 - XR SAP profile enabled
+         * bit 1: 0 - XPAN profile disabled
+         *        1 - XPAN profile enabled
+         * bits 31:2 - reserved
          */
-        WMI_VDEV_PARAM_XPAN_PROFILE,                          /* 0x800F */
+        WMI_VDEV_PARAM_SET_PROFILE,                           /* 0x800F */
 
         /*
          * for valid vdev id
          * for vdev offload stats
          */
-        WMI_VDEV_PARAM_VDEV_STATS_ID_UPDATE,                 /* 0x8010 */
+        WMI_VDEV_PARAM_VDEV_STATS_ID_UPDATE,                  /* 0x8010 */
 
         /*
          * Enable or disable Extra LTF capability in Auto rate and

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