diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index eb506ccab4..28db0a59ed 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -17467,6 +17467,8 @@ typedef struct { A_UINT32 tlv_header; /** TLV tag (MITLV_TAG_STRUC_wmi_peer_assoc_mlo_partner_link_params) and len */ A_UINT32 vdev_id; /** unique id identifying the VDEV, generated by the caller */ A_UINT32 hw_mld_link_id; /** Unique link id across SOCs, got as part of QMI handshake. */ + wmi_mlo_flags mlo_flags; /** MLO flags */ + A_UINT32 logical_link_index; /** Unique index for links of the mlo. Starts with Zero */ } wmi_peer_assoc_mlo_partner_link_params; /* This TLV structure used to pass mlo Parameters on peer assoc, only apply for mlo-peers */ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index b6412f07d2..2cef072301 100644 --- a/fw/wmi_version.h +++ b/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_ 1282 +#define __WMI_REVISION_ 1283 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work