prima: Teardown TDLS on receiving BT co-ex event

As part of tdls add sta, the tdls state is set to connecting.
In this state if the driver receives the bt event to disable
the tdls then driver is not sending the teardown indication
to supplicant and supplicant don't send the DISABLE_LINK command
to remove the tdls sta.

Fix: Teardown TDLS on receiving BT co-ex event even if TDLS
state is Connecting.

Change-Id: Iee17804ccac151c1a4f14bbedf0e657a2a5fc253
CRs-Fixed: 896828
diff --git a/CORE/HDD/src/wlan_hdd_tdls.c b/CORE/HDD/src/wlan_hdd_tdls.c
index 3ab746a..e47ec95 100644
--- a/CORE/HDD/src/wlan_hdd_tdls.c
+++ b/CORE/HDD/src/wlan_hdd_tdls.c
@@ -3056,7 +3056,8 @@
 
     pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
 
-    if (eTDLS_LINK_CONNECTED != curr_peer->link_status)
+    if ((eTDLS_LINK_CONNECTED != curr_peer->link_status) &&
+        (eTDLS_LINK_CONNECTING != curr_peer->link_status))
         return;
 
     /* Throughput Monitor shall disable the split scan when