qcacmn: Remove CONFIG_MCL wlan_logging_sock_deinit_svc

This is to remove CONFIG_MCL wlan_logging_sock_deinit_svc.

Change-Id: I4e31bddb0fb2ac25c031dc05eec60e54032322de
CRs-Fixed: 2494078
This commit is contained in:
Paul Zhang
2019-07-22 14:29:52 +08:00
committed by nshrivas
parent 032d352263
commit 8cf0c34663

View File

@@ -43,6 +43,7 @@
#include <wlan_ptt_sock_svc.h>
#include <host_diag_core_event.h>
#include "host_diag_core_log.h"
#include <qdf_event.h>
#ifdef CNSS_GENL
#include <net/cnss_nl.h>
@@ -1021,12 +1022,10 @@ int wlan_logging_sock_deinit_svc(void)
if (!gwlan_logging.pcur_node)
return 0;
#ifdef CONFIG_MCL
INIT_COMPLETION(gwlan_logging.shutdown_comp);
#endif
gwlan_logging.exit = true;
gwlan_logging.is_active = false;
#ifdef CONFIG_MCL
#if defined(FEATURE_FW_LOG_PARSING) || defined(FEATURE_WLAN_DIAG_SUPPORT)
cds_set_multicast_logging(0);
#endif
gwlan_logging.is_flush_complete = false;