wlan: Do SMSM notify at first HDD TX timeout

In case of UDP bi-directional traffic very often DXE descriptors
threshold is reached and some times DMA is unable to transfer the
host space memory to BMU space. Due to out of resources condition
of DXE descriptors data stall happens at TL layer resulting in TX
timeout and eventually leading to crash.

In this change do kick DXE at first TX time out before flushing
firmware BTQMS.

Change-Id: I0f328257d01e768ae4a6732cf19a930559ada554
CRs-Fixed: 945426
diff --git a/CORE/WDA/src/wlan_qct_wda.c b/CORE/WDA/src/wlan_qct_wda.c
index 68541df..86453c0 100644
--- a/CORE/WDA/src/wlan_qct_wda.c
+++ b/CORE/WDA/src/wlan_qct_wda.c
@@ -18832,6 +18832,27 @@
 }
 
 /*==========================================================================
+  FUNCTION   WDA_TransportKickDxe
+
+  DESCRIPTION
+    Request Kick Dxe when first hdd TX time out
+    happens
+
+  PARAMETERS
+    NONE
+
+  RETURN VALUE
+    NONE
+
+===========================================================================*/
+void WDA_TransportKickDxe()
+{
+   WDI_TransportKickDxe();
+   return;
+}
+
+
+/*==========================================================================
   FUNCTION   WDA_SetEnableSSR
 
   DESCRIPTION