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

Commit 237137c6 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: I7d4a5318357453e7b1541663c27be7a9955163e8
CRs-Fixed: 3830439
parent e1480cb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9285,7 +9285,7 @@ typedef struct {
            struct {
                A_UINT32 channel:16, /* MHz units */
                         chain:8,
                         band:8;
                         band:8; /* 0: 2GHz, 1: 5GHz, 2: 6GHz */
            };
        };

+7 −0
Original line number Diff line number Diff line
@@ -22906,6 +22906,13 @@ typedef struct {
     * as mlo_etp_weightage_pcnt.
     */
    A_UINT32 mlo_etp_weightage_pcnt;
    /* mcc_score_factor_pcnt:
     * This score factor will be applied to roam candidate score if the
     * roaming to that candidate can form MCC with any other interface.
     * Example: if value is 20, then only 20% of the score will be
     * considered for the candidates for which MCC will be formed.
     */
    A_UINT32 mcc_score_factor_pcnt;
} wmi_roam_cnd_scoring_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_ 1551
#define __WMI_REVISION_ 1552

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