Browse Source

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
spuligil 3 years ago
parent
commit
6a8285ae45
2 changed files with 3 additions and 2 deletions
  1. 2 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 1
fw/wmi_unified.h

@@ -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
fw/wmi_version.h

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