Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d56b70a authored by spuligil's avatar spuligil Committed by Rahul Choudhary
Browse files

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
parent e85a9581
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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