diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-10-24 04:05:20 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-10-24 04:05:21 -0700 |
| commit | 08e9643b41b4c7147be3f7363582eb9aaad20902 (patch) | |
| tree | 9c7ab2a58720239880f2133970d44b09fe0d74c3 | |
| parent | b208ed4db18e0850a860d8ea7bd9f59f02e607ff (diff) | |
fw-api: CL 8346800 - update fw common interface files
Add WMI_COEX_CONFIG_ENABLE_TPUT_SHAPING def
Change-Id: I0e0f45327713a05acfe7b20b6c34a334880c31a7
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 4 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 5 insertions, 1 deletions
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 |
