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

Commit 4cf6ddd6 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: Id41fc0853cd2c790d893e5e6ef1cde85f8857951
CRs-Fixed: 3830439
parent 16ab419a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -676,6 +676,13 @@ typedef enum {
    WMI_SERVICE_MLO_SAP_CONCURRENCY_SUPPORT = 422, /* Indicates FW supports MLO SAP+STA Concurrency */
    WMI_SERVICE_MEC_AGING_TIMER_SUPPORT = 423, /* FW supports multicast echo check aging timer */
    WMI_SERVICE_MULTI_RSNO_SUPPORT = 424, /* FW supports parsing of multiple RSN override IEs */
    /* WMI_SERVICE_IS_TARGET_IPA:
     * FW indicates to host whether the target is IPA or xFEM.
     * If this flag is 0, the target is XFEM or unspecified.
     * If this flag is 1, the target is IPA.
     */
    WMI_SERVICE_IS_TARGET_IPA = 425,
    WMI_SERVICE_THERM_THROT_TX_CHAIN_MASK = 426, /*FW supports thermal throttling dynamic Tx ChainMask update */


    WMI_MAX_EXT2_SERVICE
+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_ 1502
#define __WMI_REVISION_ 1503

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