diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 3d3b582465..74eb7c765a 100644 --- 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 7b9c46be9e..9acb302495 100644 --- 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