浏览代码

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

Change-Id: I3b69b7425d6b2a1b2fee258fc3c5ff85bdf56d83
WMI: add tag ID for wmi_mlo_set_active_link_number_param
CRs-Fixed: 2262693
spuligil 3 年之前
父节点
当前提交
3e41f05ad8
共有 3 个文件被更改,包括 3 次插入2 次删除
  1. 1 0
      fw/wmi_tlv_defs.h
  2. 1 1
      fw/wmi_unified.h
  3. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_tlv_defs.h

@@ -1213,6 +1213,7 @@ typedef enum {
     WMITLV_TAG_STRUC_wmi_pdev_fips_mode_set_cmd_fixed_param,
     WMITLV_TAG_STRUC_wmi_vdev_update_mac_addr_cmd_fixed_param,
     WMITLV_TAG_STRUC_wmi_vdev_update_mac_addr_conf_event_fixed_param,
+    WMITLV_TAG_STRUC_wmi_mlo_set_active_link_number_param,
 } WMITLV_TAG_ID;
 
 /*

+ 1 - 1
fw/wmi_unified.h

@@ -36280,7 +36280,7 @@ typedef struct wmi_mlo_link_set_active_cmd
 
 typedef struct wmi_mlo_set_active_link_number_param
 {
-    /** TLV tag and len; */
+    /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_mlo_set_active_link_number_param */
     A_UINT32 tlv_header;
     /** number of link to be config */
     A_UINT32 num_of_link;

+ 1 - 1
fw/wmi_version.h

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