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

Change-Id: Icdd697f94f70e43d7408a2c3da8201733e56aa95
WMI: new COEX_CONFIG_BT options
CRs-Fixed: 2262693
This commit is contained in:
spuligil 2018-07-19 06:08:44 -07:00
parent e57f782a48
commit 2cf219ea30
2 changed files with 11 additions and 1 deletions

View File

@ -20688,6 +20688,16 @@ typedef enum wmi_coex_config_type {
WMI_COEX_CONFIG_SINK_WLAN_TDM = 21, /* config interval (ms units) (arg1 BT, arg2 WLAN) for A2DP SINK + WLAN */
WMI_COEX_CONFIG_COEX_ENABLE_MCC_TDM = 22, /* config disable/enable COEX TDM for MCC */
WMI_COEX_CONFIG_LOWRSSI_A2DPOPP_TDM = 23, /* config interval (ms units) (arg1 BT, arg2 WLAN) for STA + A2dp + OPP + LOWRSSI */
WMI_COEX_CONFIG_BTC_MODE = 24, /* config BTC mode, arg1 mode: 0 TDD/1 FDD/2 Hybrid*/
WMI_COEX_CONFIG_ANTENNA_ISOLATION = 25, /* config isolation between BT and WLAN antenna, arg1 isolation in db*/
WMI_COEX_CONFIG_BT_LOW_RSSI_THRESHOLD = 26,/*config BT low rssi threshold (dbm units)*/
WMI_COEX_CONFIG_BT_INTERFERENCE_LEVEL = 27,/*config bt interference level (dbm units)
arg1 low - lower limit
arg2 low - upper limit
arg3 medium - lower limit
arg4 medium - upper limit
arg5 high - lower limit
arg6 high - upper limit */
} WMI_COEX_CONFIG_TYPE;
typedef struct {

View File

@ -36,7 +36,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_ 557
#define __WMI_REVISION_ 558
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work