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

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

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

add WMI_WLM_LL_XR def, deprecate WMI_WLM_LL_MODERATE def

Change-Id: I6dfdb5caf428f9536e06a747331dd036fd0e6064
CRs-Fixed: 2262693
parent 565084e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31683,7 +31683,8 @@ typedef struct {
/* Definition of latency levels */
typedef enum {
    WMI_WLM_LL_NORMAL = 0x0,
    WMI_WLM_LL_MODERATE = 0x1,
    /* DEPRECATED */ WMI_WLM_LL_MODERATE = 0x1,
    WMI_WLM_LL_XR = 0x1,
    WMI_WLM_LL_LOW = 0x2,
    WMI_WLM_LL_ULTRA_LOW = 0x3,
} WMI_WLM_LATENCY_LEVEL;
+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_ 1117
#define __WMI_REVISION_ 1118

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