Просмотр исходного кода

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

Change-Id: Id1a5d0502da90ac1133d47024c590e9ac41534ab
WMI: add max_ml_peer_ids field in mlo_setup_complete event msg
CRs-Fixed: 2262693
spuligil 1 год назад
Родитель
Сommit
3d56b70a6e
2 измененных файлов с 8 добавлено и 1 удалено
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_unified.h

@@ -43841,6 +43841,13 @@ typedef struct {
     A_UINT32 pdev_id;
     /** Return status. 0 for success, non-zero otherwise */
     A_UINT32 status;
+    /** max_ml_peer_ids:
+     * Max number of ml_peerids across the SOC, Derived as
+     *     max_mlo_peer * num chips.
+     * (Max_mlo_peer and num_chips are provided by Host Platform
+     * in QMI exchange).
+     */
+    A_UINT32 max_ml_peer_ids;
 } wmi_mlo_setup_complete_event_fixed_param;
 
 typedef struct {

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