diff options
| -rwxr-xr-x | fw/wmi_unified.h | 1 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 3d3b582465ce..74eb7c765ad5 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -18082,6 +18082,7 @@ enum wmi_sar_feature_state_flags { WMI_SAR_FEATURE_NO_CHANGE, WMI_SAR_FEATURE_ON_USER_DEFINED, WMI_SAR_FEATURE_ON_SAR_V2_0, + WMI_SAR_FEATURE_ON_SAR_V3, }; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 7b9c46be9e90..9acb3024954f 100755 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -36,7 +36,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_ 678 +#define __WMI_REVISION_ 679 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
