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

WMI: add num_max_mlo_link_per_ml_sap_supp in service_ready_ext2_event
Change-Id: I0b7b5fe0cd7ea290c0776eb6518d3298ec1cb979
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-12-18 06:01:13 -08:00
committed by Ravindra Konda
parent 2bb3a851cf
commit 28deb78d13
2 changed files with 7 additions and 2 deletions

View File

@@ -3593,10 +3593,15 @@ typedef struct {
A_UINT32 rx_aggr_ba_win_size_max; 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; 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: /* Followed by next TLVs:
* WMI_DMA_RING_CAPABILITIES dma_ring_caps[]; * WMI_DMA_RING_CAPABILITIES dma_ring_caps[];
* wmi_spectral_bin_scaling_params wmi_bin_scaling_params[]; * wmi_spectral_bin_scaling_params wmi_bin_scaling_params[];

View File

@@ -37,7 +37,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * 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 /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work