diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index b28f0d6d01..7e98268e95 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -3593,10 +3593,15 @@ typedef struct { A_UINT32 rx_aggr_ba_win_size_max; /* - * max link number per MLD FW supports. + * max link number per STA MLD FW supports. */ A_UINT32 num_max_mlo_link_per_ml_bss_supp; + /* + * max link number per SAP MLD FW supports. + */ + A_UINT32 num_max_mlo_link_per_ml_sap_supp; + /* Followed by next TLVs: * WMI_DMA_RING_CAPABILITIES dma_ring_caps[]; * wmi_spectral_bin_scaling_params wmi_bin_scaling_params[]; diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 5d44b0015a..566d2ea09f 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_ 1429 +#define __WMI_REVISION_ 1430 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work