wlan: Provision to disable TDLS operations during BT Coexistence

The current design does not comply with TDLS operations
on the WLAN during BT coexistence.
This commit provisions a mechanism to disable the TDLS
operations during the BT coexistence. BTC module shall
indicate to disable / enable the TDLS operations.

Change-Id: Ib7e57809882ea9e4133af9f9f8624e777d3015fb
CRs-Fixed: 770792
diff --git a/CORE/MAC/inc/sirApi.h b/CORE/MAC/inc/sirApi.h
index b82ca9d..bf2bebe 100644
--- a/CORE/MAC/inc/sirApi.h
+++ b/CORE/MAC/inc/sirApi.h
@@ -3643,6 +3643,8 @@
 #define SIR_COEX_IND_TYPE_ENABLE_UAPSD (6)
 #define SIR_COEX_IND_TYPE_DISABLE_UAPSD (7)
 #define SIR_COEX_IND_TYPE_CXM_FEATURES_NOTIFICATION (8)
+#define SIR_COEX_IND_TYPE_TDLS_ENABLE  (6)
+#define SIR_COEX_IND_TYPE_TDLS_DISABLE (7)
 
 typedef struct sSirSmeCoexInd
 {