add WMI_WLM_LL_XR def, deprecate WMI_WLM_LL_MODERATE def Change-Id: I6dfdb5caf428f9536e06a747331dd036fd0e6064 CRs-Fixed: 2262693
@@ -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;
@@ -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