prima: Ini param to configure timer value to re-enable UAPSD/TDLS in BTC

Currently, when UAPSD/TDLS enable event is given to the host, it will
wait for 60 seconds to re-enable UAPSD/TDLS link. This change modifies
this fixed timer value configurable using the ini item
'gBtcEnableIndTimerVal'. The value is specified in seconds for this ini
item. The default value is 60, min value is 5 and max value is 60

Change-Id: Ib7adcc276d87c3108666650c5b4e8da2acc54efd
CRs-Fixed: 774918
diff --git a/CORE/SME/inc/sme_Api.h b/CORE/SME/inc/sme_Api.h
index 51aa5f0..35ea7e9 100644
--- a/CORE/SME/inc/sme_Api.h
+++ b/CORE/SME/inc/sme_Api.h
@@ -115,6 +115,7 @@
     tANI_U8  isAmsduSupportInAMPDU;
     tANI_U32       fEnableDebugLog;
     tANI_U32      fDeferIMPSTime;
+    tANI_U8       fBtcEnableIndTimerVal;
 } tSmeConfigParams, *tpSmeConfigParams;
 
 #ifdef WLAN_FEATURE_LINK_LAYER_STATS