fw-api: CL 7410864 - update fw common interface files

Add WMI_SAR_FEATURE_ON_SAR_V3 def

Change-Id: Ic592c1ba40846a83c74559596f7066dfa7ca23b6
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2019-06-19 06:01:24 -07:00
parent 8718eecf4d
commit afbb9520ef
2 changed files with 2 additions and 1 deletions

View File

@@ -18082,6 +18082,7 @@ enum wmi_sar_feature_state_flags {
WMI_SAR_FEATURE_NO_CHANGE, WMI_SAR_FEATURE_NO_CHANGE,
WMI_SAR_FEATURE_ON_USER_DEFINED, WMI_SAR_FEATURE_ON_USER_DEFINED,
WMI_SAR_FEATURE_ON_SAR_V2_0, WMI_SAR_FEATURE_ON_SAR_V2_0,
WMI_SAR_FEATURE_ON_SAR_V3,
}; };
typedef struct { typedef struct {

View File

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * 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 /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work