diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 94a6f819a3..eba35f6643 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -20542,6 +20542,9 @@ typedef struct { A_UINT32 max_num_simultaneous_links; /** NSTR indication bitmap received in assoc req */ A_UINT32 nstr_indication_bitmap; + + /** max num of active links recommended by AP or applications */ + A_UINT32 recommended_max_num_simultaneous_links; } wmi_peer_assoc_mlo_params; typedef struct { @@ -46292,6 +46295,9 @@ typedef struct { A_UINT32 tlv_header; wmi_mac_addr ap_mld_macaddr; + /* max num of active links recommended by AP or applications */ + A_UINT32 recommended_max_num_simultaneous_links; + /* * The TLVs listed below follow this fixed_param TLV: * wmi_mlo_link_bss_param link_bss_params[]: diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 0512f840d4..482019a679 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_ 1377 +#define __WMI_REVISION_ 1378 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work