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

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

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

Change-Id: Iaa8f2582baa0464b62e4ef78aaa2a38b84d6e9d8
CRs-Fixed: 3830439
parent 916af9ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -685,6 +685,7 @@ typedef enum {
    WMI_SERVICE_THERM_THROT_TX_CHAIN_MASK = 426, /*FW supports thermal throttling dynamic Tx ChainMask update */
    WMI_SERVICE_SPLIT_PHY_PDEV_SUSPEND_RESUME_SUPPORT = 427, /* Indicates FW support pdev suspend/resume in split-phy radio */
    WMI_SERVICE_USD_SUPPORT = 428, /* Indicates FW supports Unsynchronized Service Discovery */
    WMI_SERVICE_THERM_THROT_5_LEVELS = 429, /* Indicates FW support 5 thermal throttling levels */


    WMI_MAX_EXT2_SERVICE
+2 −0
Original line number Diff line number Diff line
@@ -37188,6 +37188,8 @@ typedef struct {
    A_UINT32 pout_reduction_25db;
    /* tx chain mask: Chain mask to apply based on the temp level */
    A_UINT32 tx_chain_mask;
    /* duty cycle in ms for this level */
    A_UINT32 duty_cycle;
} wmi_therm_throt_level_config_info;
typedef enum {
+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_ 1521
#define __WMI_REVISION_ 1522

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