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
This commit is contained in:
spuligil
2022-02-15 06:00:57 -08:00
committato da Madan Koyyalamudi
parent 565084e521
commit 6a8285ae45
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni

Vedi File

@@ -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;

Vedi File

@@ -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