wlan: Add code to pull firmware logs

The firmware logs should be pulled by host
after receiving an event in the mail box.
This patch adds the code to setup the transaction
to pull the logs and also adds code to push the
logs to the logger thread.

CRs-Fixed: 848291
Change-Id: Ib93eaee16504e8a79abd2b629cf21f288ffdc54a
diff --git a/CORE/WDA/src/wlan_qct_wda.c b/CORE/WDA/src/wlan_qct_wda.c
index 959c50b..4908a4c 100644
--- a/CORE/WDA/src/wlan_qct_wda.c
+++ b/CORE/WDA/src/wlan_qct_wda.c
@@ -17183,6 +17183,11 @@
    return wdaStatus;
 }
 
+void WDA_FWLoggingDXEdoneInd(void)
+{
+   WDI_FWLoggingDXEdoneInd(NULL);
+}
+
  /*  FUNCTION    WDA_featureCapsExchange
   *  WDA API to invoke capability exchange between host and FW.
   */