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

Add WMI_SAR_FEATURE_ON_USER_DEFINED enum value.

Change-Id: I39bbb45c098ec08c7173ea79cd32245fff5a3fc0
CRs-Fixed: 865207
This commit is contained in:
Manjeet Singh
2016-12-05 15:12:46 +05:30
committed by Krishna Kumaar Natarajan
parent fad6d7f5b3
commit 5b3219bf27
2 changed files with 4 additions and 2 deletions

View File

@@ -13198,6 +13198,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;
*/
@@ -13228,7 +13229,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 {