Explorar el Código

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
spuligil hace 1 año
padre
commit
28deb78d13
Se han modificado 2 ficheros con 7 adiciones y 2 borrados
  1. 6 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 1
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[];

+ 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_ 1429
+#define __WMI_REVISION_ 1430
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work