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

Commit 7b0af5dc authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: I8fee056be18a4b83c26f566b958e41bd4a307849
CRs-Fixed: 3830439
parent 220284b6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3940,6 +3940,12 @@ typedef struct {
    /* Total number of "real" max_active_vdevs that FW supports. */
    A_UINT32 num_max_active_vdevs;
    /**  max_num_ml_peers:
     * Number of ml_peers for a SOC; used by Host to derive
     * max number of peers in the system
     */
    A_UINT32 max_num_ml_peers;
/*
 * This fixed_param TLV is followed by these additional TLVs:
 * mac_addr_list[num_extra_mac_addr];
@@ -46225,6 +46231,9 @@ typedef struct {
    A_UINT32 mld_group_id;
    /** pdev_id for identifying the MAC, See macros starting with WMI_PDEV_ID_ for values. */
    A_UINT32 pdev_id;
    A_UINT32 max_num_ml_peers;
/*
 * Followed by TLVs:
 *     A_UINT32 hw_link_ids[];
+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_ 1523
#define __WMI_REVISION_ 1524

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work