Parcourir la source

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
spuligil il y a 1 an
Parent
commit
6b7badbd8a
2 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 6 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 0
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[]:

+ 1 - 1
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