diff options
| author | Leela Venkata Kiran Kumar Reddy Chirala <kchirala@qca.qualcomm.com> | 2014-03-27 19:07:58 -0700 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-04-11 08:44:25 -0700 |
| commit | fd3501996cc87a71bcaf9c962ca4836e003a8203 (patch) | |
| tree | c85a9d40215eb20470da09a02c2ea89cf102ba61 | |
| parent | fe7153303d2575b6b4cb03ad22f906599c1f4f83 (diff) | |
API change for config param for sending CTS2S during BTC SCO
This commit brings the firmware API change, for config param
for sending CTS2S during BTC SCO, to HOST driver.
Change-Id: I0e8ce23fccabadfc4848f32d1a6079c737ca1ec0
CRs-fixed: 640163
| -rw-r--r-- | wcnss/inc/wlan_hal_cfg.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/wcnss/inc/wlan_hal_cfg.h b/wcnss/inc/wlan_hal_cfg.h index 510b06c0433b..ceca24ceef10 100644 --- a/wcnss/inc/wlan_hal_cfg.h +++ b/wcnss/inc/wlan_hal_cfg.h @@ -226,11 +226,12 @@ #define QWLAN_HAL_CFG_BTC_SAP_STATIC_OPP_WLAN_ACTIVE_WLAN_LEN 168 #define QWLAN_HAL_CFG_BTC_SAP_STATIC_OPP_WLAN_ACTIVE_BT_LEN 169 #define QWLAN_HAL_CFG_RMCAST_FIXED_RATE 170 -#define QWLAN_HAL_CFG_MAX_PARAMS 171 +#define QWLAN_HAL_CFG_BTC_CTS2S_ON_STA_DURING_SCO 171 +#define QWLAN_HAL_CFG_MAX_PARAMS 172 /* Total number of Integer CFGs. This is used while allocating the memory for TLV */ -#define QWLAN_HAL_CFG_INTEGER_PARAM 171 +#define QWLAN_HAL_CFG_INTEGER_PARAM 172 /*------------------------------------------------------------------------- Configuration Parameter min, max, defaults @@ -895,6 +896,10 @@ #define QWLAN_HAL_CFG_BTC_SAP_STATIC_OPP_WLAN_ACTIVE_BT_LEN_MAX 250000 #define QWLAN_HAL_CFG_BTC_SAP_STATIC_OPP_WLAN_ACTIVE_BT_LEN_DEF 90000 +#define QWLAN_HAL_CFG_BTC_CTS2S_ON_STA_DURING_SCO_MIN 0 +#define QWLAN_HAL_CFG_BTC_CTS2S_ON_STA_DURING_SCO_MAX 1 +#define QWLAN_HAL_CFG_BTC_CTS2S_ON_STA_DURING_SCO_DEF 0 + /* QWLAN_HAL_CFG_ANTENNA_DIVERSITY */ #define QWLAN_HAL_CFG_ANTENNA_DIVERSITY_DEF 0 #define QWLAN_HAL_CFG_ANTENNA_DIVERSITY_MIN 0 |
