fw-api: CL 25706687 - update fw common interface files
WMI: add SAR flags in READY_EXT2_EVENT msg Change-Id: Icfa99bd0c4aa7b6751094f1b9c1ad7e381c7b131 CRs-Fixed: 2262693
This commit is contained in:
@@ -1427,6 +1427,7 @@ typedef enum {
|
||||
WMITLV_TAG_STRUC_wmi_mlo_link_info,
|
||||
WMITLV_TAG_STRUC_wmi_dcs_obss_int_t,
|
||||
WMITLV_TAG_STRUC_wmi_pdev_wifi_radar_cal_completion_status_event_param,
|
||||
WMITLV_TAG_STRUC_wmi_sar_flags,
|
||||
} WMITLV_TAG_ID;
|
||||
/*
|
||||
* IMPORTANT: Please add _ALL_ WMI Commands Here.
|
||||
@@ -5628,7 +5629,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_SERVICE_READY_EXT_EVENTID);
|
||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, WMI_COEX_FIX_CHANNEL_CAPABILITIES, coex_fix_channel_caps, WMITLV_SIZE_VAR) \
|
||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_aux_dev_capabilities, aux_dev_caps, WMITLV_SIZE_VAR) \
|
||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_enhanced_aoa_caps_param, aoa_caps_param, WMITLV_SIZE_VAR) \
|
||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_enhanced_aoa_per_band_caps_param, aoa_per_band_caps_param, WMITLV_SIZE_VAR)
|
||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_enhanced_aoa_per_band_caps_param, aoa_per_band_caps_param, WMITLV_SIZE_VAR) \
|
||||
WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_sar_flags, wmi_sar_flag_tlv_param, sar_flags, WMITLV_SIZE_VAR)
|
||||
WMITLV_CREATE_PARAM_STRUC(WMI_SERVICE_READY_EXT2_EVENTID);
|
||||
|
||||
#define WMITLV_TABLE_WMI_SPECTRAL_CAPABILITIES_EVENTID(id,op,buf,len) \
|
||||
|
@@ -36276,6 +36276,19 @@ typedef struct {
|
||||
**************************************************************************/
|
||||
} WMI_SAR_CAPABILITIES;
|
||||
|
||||
typedef enum {
|
||||
WMI_SAR_FLAG_NONE = 0,
|
||||
WMI_SAR_SET_CTL_GROUPING_DISABLE,
|
||||
WMI_SAR_DBS_WITH_BT_DISABLE,
|
||||
WMI_SAR_FLAG_MAX,
|
||||
} wmi_sar_flags;
|
||||
|
||||
typedef struct {
|
||||
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_sar_flags*/
|
||||
/* sar flags in bdf */
|
||||
A_UINT32 sar_flags; /* refer to enum wmi_sar_flags */
|
||||
} wmi_sar_flag_tlv_param;
|
||||
|
||||
typedef struct {
|
||||
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_scan_adaptive_dwell_parameters_tlv */
|
||||
/** global default adaptive dwell mode, used when WMI_SCAN_DWELL_MODE_DEFAULT */
|
||||
|
@@ -37,7 +37,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_ 1435
|
||||
#define __WMI_REVISION_ 1436
|
||||
|
||||
/** The Version Namespace should not be normally changed. Only
|
||||
* host and firmware of the same WMI namespace will work
|
||||
|
Reference in New Issue
Block a user