wlan: Enable DXE Channel 7 for H2H transfer

DXE Channel 7 will be used by Firmware to send
logs to the host via H2H transfer. Apart from
sending the logs this channel will also be
used to send mailbox messages which will help
synchronizing the host and firmware operations
when transfering the logs.

CRs-Fixed: 848291
Change-Id: Ia6e2d789a4ccec9b993813dbef401e0fbe2aca8e
diff --git a/CORE/VOSS/src/vos_api.c b/CORE/VOSS/src/vos_api.c
index 0b6fa85..c6f616d 100644
--- a/CORE/VOSS/src/vos_api.c
+++ b/CORE/VOSS/src/vos_api.c
@@ -2475,6 +2475,24 @@
 
 /**---------------------------------------------------------------------------
 
+  \brief vos_is_fw_ev_logging_enabled() -
+
+  API to check if firmware is configured to send live logs using DXE channel
+
+  \param  -  None
+
+  \return -  0: firmware logging is not enabled (it may or may not
+                be supported)
+             1: firmware logging is enabled
+
+  --------------------------------------------------------------------------*/
+v_U8_t vos_is_fw_ev_logging_enabled(void)
+{
+   return hdd_is_fw_ev_logging_enabled();
+}
+
+/**---------------------------------------------------------------------------
+
   \brief vos_is_fw_logging_supported() -
 
   API to check if firmware supports to send logs using DXE channel