Prechádzať zdrojové kódy

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
Paul Zhang 5 rokov pred
rodič
commit
8cf0c34663
1 zmenil súbory, kde vykonal 2 pridanie a 3 odobranie
  1. 2 3
      utils/logging/src/wlan_logging_sock_svc.c

+ 2 - 3
utils/logging/src/wlan_logging_sock_svc.c

@@ -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;