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

Change-Id: Id194f689da1b5b08289705e68bd57efe00cba714
WMI: add recommended_max_num_simultaneous_links for MLO params
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-08-02 18:01:08 -07:00
parent 3e8b9ccb66
commit 6b7badbd8a
2 changed files with 7 additions and 1 deletions

View File

@@ -20542,6 +20542,9 @@ typedef struct {
A_UINT32 max_num_simultaneous_links; A_UINT32 max_num_simultaneous_links;
/** NSTR indication bitmap received in assoc req */ /** NSTR indication bitmap received in assoc req */
A_UINT32 nstr_indication_bitmap; 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; } wmi_peer_assoc_mlo_params;
typedef struct { typedef struct {
@@ -46292,6 +46295,9 @@ typedef struct {
A_UINT32 tlv_header; A_UINT32 tlv_header;
wmi_mac_addr ap_mld_macaddr; 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: * The TLVs listed below follow this fixed_param TLV:
* wmi_mlo_link_bss_param link_bss_params[]: * wmi_mlo_link_bss_param link_bss_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_ 1377 #define __WMI_REVISION_ 1378
/** 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