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

Commit ce1f93ac authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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

add WMI_ROAM_PARAM_ROAM_RSSI_BOOST_FOR_6GHZ_CAND_AP def

Change-Id: I22207169d3bb976028bad75d8c03b46048cf8027
CRs-Fixed: 2262693
parent 5002efff
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -36114,6 +36114,17 @@ typedef enum {
     */
     */
     WMI_ROAM_PARAM_ROAM_MCC_DISALLOW = 7,
     WMI_ROAM_PARAM_ROAM_MCC_DISALLOW = 7,
    /*
     * Roam param to provide additional RSSI Boost for 6 GHz Candidate AP
     * during Roam Scan in case any 6 GHz candidate has better Roam score
     * but fails RSSI Delta Check.
     * This configurable RSSI Boost value for 6GHz Candidate AP will be
     * configured via ini RoamRssiDiff6GHz
     * This configured RSSI boost value will only be applicable for 6GHz
     * Candidate AP when the STA is connected to 2.4/5 GHz Band AP and will
     * not impact if STA is connected to 6GHz Band AP
     */
    WMI_ROAM_PARAM_ROAM_RSSI_BOOST_FOR_6GHZ_CAND_AP = 8,
    /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/
    /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/
} WMI_ROAM_PARAM;
} WMI_ROAM_PARAM;
+1 −1
Original line number Original line Diff line number Diff line
@@ -37,7 +37,7 @@
#define __WMI_VER_MINOR_    0
#define __WMI_VER_MINOR_    0
/** WMI revision number has to be incremented when there is a
/** WMI revision number has to be incremented when there is a
 *  change that may or may not break compatibility. */
 *  change that may or may not break compatibility. */
#define __WMI_REVISION_ 1238
#define __WMI_REVISION_ 1239


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