From 08e9643b41b4c7147be3f7363582eb9aaad20902 Mon Sep 17 00:00:00 2001 From: spuligil Date: Thu, 24 Oct 2019 04:05:20 -0700 Subject: fw-api: CL 8346800 - update fw common interface files Add WMI_COEX_CONFIG_ENABLE_TPUT_SHAPING def Change-Id: I0e0f45327713a05acfe7b20b6c34a334880c31a7 CRs-Fixed: 2262693 --- fw/wmi_unified.h | 4 ++++ fw/wmi_version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 58624016b3b2..9fc63129a4e1 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -23340,6 +23340,10 @@ typedef enum wmi_coex_config_type { * config BTC separate chain mode or shared mode */ WMI_COEX_CONFIG_BTCOEX_SEPARATE_CHAIN_MODE = 44, + /* WMI_COEX_CONFIG_ENABLE_TPUT_SHAPING + * enable WLAN throughput shaping while BT scanning + */ + WMI_COEX_CONFIG_ENABLE_TPUT_SHAPING = 45, } WMI_COEX_CONFIG_TYPE; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 7f450e8ae63f..d5427a752c05 100755 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -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_ 725 +#define __WMI_REVISION_ 726 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work -- cgit v1.2.3