wlan: Disable TX Async logic.

Currently  when WDA 10 sec timeout happens in
WDA_Txpacket we try to resync the DXE registers
by passing  debug flag WPAL_DEBUG_TX_DESC_RESYNC
in ChannelDebug. Removing this flag so that
TX async logic doesn't execute.
This is being done as recently row resource issues
are seen due to this logic.

Change-Id: I5320f6056e32172cd07054256b34cdb90c217fbe
CRs-Fixed: 698269
diff --git a/CORE/WDA/src/wlan_qct_wda.c b/CORE/WDA/src/wlan_qct_wda.c
index 020de3f..304eefc 100644
--- a/CORE/WDA/src/wlan_qct_wda.c
+++ b/CORE/WDA/src/wlan_qct_wda.c
@@ -12244,7 +12244,7 @@
                                 after the packet gets completed(packet freed once)*/
 
       /* TX MGMT fail with COMP timeout, try to detect DXE stall */
-      WDA_TransportChannelDebug(pMac, 1, WPAL_DEBUG_TX_DESC_RESYNC);
+      WDA_TransportChannelDebug(pMac, 1, 0);
 
       /*Tag Frame as timed out for later deletion*/
       vos_pkt_set_user_data_ptr( (vos_pkt_t *)pFrmBuf, VOS_PKT_USER_DATA_ID_WDA,