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:

gecommit door
Krishna Kumaar Natarajan

bovenliggende
fad6d7f5b3
commit
5b3219bf27
@@ -13198,6 +13198,7 @@ typedef struct {
|
|||||||
A_UINT32 tlv_header;
|
A_UINT32 tlv_header;
|
||||||
|
|
||||||
/** when set to WMI_SAR_FEATURE_ON, enable SAR feature;
|
/** 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_OFF, disable feature;
|
||||||
* if set to WMI_SAR_FEATURE_NO_CHANGE, do not alter state of 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_2,
|
||||||
WMI_SAR_FEATURE_ON_SET_3,
|
WMI_SAR_FEATURE_ON_SET_3,
|
||||||
WMI_SAR_FEATURE_ON_SET_4,
|
WMI_SAR_FEATURE_ON_SET_4,
|
||||||
WMI_SAR_FEATURE_NO_CHANGE
|
WMI_SAR_FEATURE_NO_CHANGE,
|
||||||
|
WMI_SAR_FEATURE_ON_USER_DEFINED,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@@ -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_ 319
|
#define __WMI_REVISION_ 320
|
||||||
|
|
||||||
/** 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
|
||||||
|
Verwijs in nieuw issue
Block a user