diff options
| -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 |
