Browse Source

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

Change-Id: Ideb1769c05bb7e9cb1f0536adc01583c517f8bd8
WMI: add missing tag IDs for MLO params structs
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
635f66a0b9
2 changed files with 4 additions and 1 deletions
  1. 3 0
      fw/wmi_tlv_defs.h
  2. 1 1
      fw/wmi_version.h

+ 3 - 0
fw/wmi_tlv_defs.h

@@ -1156,6 +1156,9 @@ typedef enum {
     WMITLV_TAG_STRUC_wmi_mgmt_rx_reo_params,
     WMITLV_TAG_STRUC_wmi_mgmt_rx_fw_consumed_hdr,
     WMITLV_TAG_STRUC_wmi_mgmt_rx_reo_filter_configuration_cmd_fixed_param,
+    WMITLV_TAG_STRUC_wmi_peer_create_mlo_params,
+    WMITLV_TAG_STRUC_wmi_vdev_start_mlo_params,
+    WMITLV_TAG_STRUC_wmi_vdev_create_mlo_params,
 } WMITLV_TAG_ID;
 
 /*

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