浏览代码

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

Change-Id: Iaeb4c05220748d84be6406f71e1e3bf5f339260c
WMI: flip the sense of the link_status values in mlo_vdev_link_info TLV
CRs-Fixed: 2262693
spuligil 1 年之前
父节点
当前提交
41ef4ae742
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 1
fw/wmi_unified.h

@@ -45646,7 +45646,7 @@ typedef struct {
         struct {
             A_UINT32 vdev_id:8,     /* vdev id for this link */
                      link_id:8,     /* link id defined as in 802.11 BE spec. */
-                     link_status:2, /* link_status - 0: active, 1: inactive  */
+                     link_status:2, /* link_status - 0: inactive, 1: active  */
                      reserved:14;
         };
         A_UINT32 link_info;

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