diff options
| author | Manjeet Singh <manjee@codeaurora.org> | 2016-12-09 12:08:33 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-12-16 00:00:36 -0800 |
| commit | 295b210123b1ceb862d11d279c2004ddf56b5b4b (patch) | |
| tree | 480f4047dbb21b19783e1df2694a3ca953f39afa | |
| parent | 6f92315b589a595d95348d68a34230f51462775b (diff) | |
qcacld-3.0: CL 2711024 - update fw common interface files
Add WMI_SAR_FEATURE_ON_USER_DEFINED enum value.
Change-Id: I39bbb45c098ec08c7173ea79cd32245fff5a3fc0
CRs-Fixed: 865207
| -rw-r--r-- | target/inc/wmi_unified.h | 4 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 718d29bb8e73..36db336a68e4 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -13197,6 +13197,7 @@ typedef struct { A_UINT32 tlv_header; /** when set to WMI_SAR_FEATURE_ON, enable SAR feature; + * with BDF (SET_0 to 4) or WMI * if set to WMI_SAR_FEATURE_OFF, disable feature; * if set to WMI_SAR_FEATURE_NO_CHANGE, do not alter state of feature; */ @@ -13227,7 +13228,8 @@ enum wmi_sar_feature_state_flags { WMI_SAR_FEATURE_ON_SET_2, WMI_SAR_FEATURE_ON_SET_3, WMI_SAR_FEATURE_ON_SET_4, - WMI_SAR_FEATURE_NO_CHANGE + WMI_SAR_FEATURE_NO_CHANGE, + WMI_SAR_FEATURE_ON_USER_DEFINED, }; typedef struct { diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 50757861f497..8886a362530e 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/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_ 319 +#define __WMI_REVISION_ 320 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
