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

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

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

Change-Id: I0f2b988ae68f6faf234aee98dcc1273e1646c57c
WMI: add WMI_ROAM_PARAM_LINKSPEED_STATE def
CRs-Fixed: 2262693
parent 88370838
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -589,6 +589,7 @@ typedef enum {
    WMI_SERVICE_AFC_PAYLOAD_CLEAR_SUPPORT = 336, /* FW supports clearing the AFC response payload in proxy mode */
    WMI_SERVICE_FW_INI_PARSE_SUPPORT = 337, /* FW supports parsing ini configuration file */
    WMI_SERVICE_TDLS_6GHZ_SUPPORT = 338, /* FW supports 6GHz TDLS both on base channel and offchannel */
    WMI_SERVICE_LINKSPEED_ROAM_TRIGGER_SUPPORT = 339, /* FW supports linkspeed trigger roam */

    WMI_MAX_EXT2_SERVICE

+5 −0
Original line number Diff line number Diff line
@@ -34425,6 +34425,11 @@ typedef enum {
     *  Bit : 2-31  - reserved
     */
    WMI_ROAM_PARAM_ROAM_EVENTS_CONFIG = 0x1,
    /*
     * Bit : 0 if unset, POOR_LINKSPEED
     * Bit : 0 if set, GOOD_LINKSPEED
     */
    WMI_ROAM_PARAM_LINKSPEED_STATE = 0x2,
    /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/
} WMI_ROAM_PARAM;
+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_ 1157
#define __WMI_REVISION_ 1158

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