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:

committed by
Krishna Kumaar Natarajan

parent
fad6d7f5b3
commit
5b3219bf27
@@ -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 {
|
||||
|
Reference in New Issue
Block a user