fw-api: CL 24285962 - update fw common interface files
WMI: add SAR version constants Change-Id: I051d1d418c7198ab774505dc3508d16f00f1c928 CRs-Fixed: 2262693
This commit is contained in:

committed by
Rahul Choudhary

parent
c4506fca73
commit
2cc80b1e40
@@ -35845,10 +35845,22 @@ typedef struct {
|
||||
**************************************************************************/
|
||||
} WMI_OEM_DMA_RING_CAPABILITIES;
|
||||
|
||||
typedef enum {
|
||||
WMI_SAR_VERSION_0_ORIGINAL = 0x00,
|
||||
WMI_SAR_VERSION_1_FULL_TABLE = 0x01,
|
||||
WMI_SAR_VERSION_2_DBS_SAR = 0x02,
|
||||
WMI_SAR_VERSION_3_SBS_SAR = 0x03,
|
||||
|
||||
WMI_SAR_VERSION_SMART_TX = 0x04,
|
||||
WMI_SAR_VERSION_TAS = 0x05,
|
||||
|
||||
WMI_SAR_VERSION_INVALID = 0x80
|
||||
} wmi_sar_version_t;
|
||||
|
||||
typedef struct {
|
||||
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_WMI_SAR_CAPABILITIES*/
|
||||
/* sar version in bdf */
|
||||
A_UINT32 active_version;
|
||||
A_UINT32 active_version; /* contains a wmi_sar_version_t value */
|
||||
|
||||
/**************************************************************************
|
||||
* DON'T ADD ANY FURTHER FIELDS HERE -
|
||||
|
Reference in New Issue
Block a user