wlan: Interface file changes to decide on faster wlan connection

Add ini parameter "gBtcFastWlanConnPref" to decide on faster
wlan connection when data call over BT is in progress.
Update interface file, wlan_hal_cfg.h, with latest changes.

Change-Id: I89aed1610cff6b7063b808c9ddb31a2d06abb4dc
CRs-Fixed: 777685
diff --git a/riva/inc/wlan_hal_cfg.h b/riva/inc/wlan_hal_cfg.h
index d2f42c1..63bb700 100644
--- a/riva/inc/wlan_hal_cfg.h
+++ b/riva/inc/wlan_hal_cfg.h
@@ -266,13 +266,14 @@
 #define QWLAN_HAL_CFG_ENABLE_DYNAMIC_WMMPS                   208
 #define QWLAN_HAL_CFG_BURST_MODE_BE_TXOP_VALUE               209
 #define QWLAN_HAL_CFG_ENABLE_DYNAMIC_RA_START_RATE           210
+#define QWLAN_HAL_CFG_BTC_FAST_WLAN_CONN_PREF                211
 
 
-#define QWLAN_HAL_CFG_MAX_PARAMS                             211
+#define QWLAN_HAL_CFG_MAX_PARAMS                             212
 
 
 /* Total number of Integer CFGs. This is used while allocating the memory for TLV */
-#define QWLAN_HAL_CFG_INTEGER_PARAM                     211
+#define QWLAN_HAL_CFG_INTEGER_PARAM                     212
 
 /*-------------------------------------------------------------------------
   Configuration Parameter min, max, defaults
@@ -1041,5 +1042,10 @@
 #define QWLAN_HAL_CFG_ENABLE_DYNAMIC_RA_START_RATE_MIN 0
 #define QWLAN_HAL_CFG_ENABLE_DYNAMIC_RA_START_RATE_MAX 300
 
+/* QWLAN_HAL_CFG_BTC_FAST_WLAN_CONN_PREF */
+#define QWLAN_HAL_CFG_BTC_FAST_WLAN_CONN_PREF_DEF 1
+#define QWLAN_HAL_CFG_BTC_FAST_WLAN_CONN_PREF_MIN 0
+#define QWLAN_HAL_CFG_BTC_FAST_WLAN_CONN_PREF_MAX 1
+
 
 #endif //__WLAN_HAL_CFG_H__