Loading fw/wmi_unified.h +2 −1 Original line number Diff line number Diff line Loading @@ -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; fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
fw/wmi_unified.h +2 −1 Original line number Diff line number Diff line Loading @@ -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;
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading