Explorar o código

qcacmn: Export api to select log levels

This will be used to initialize based on value provided
in ini file.

CRs-Fixed: 2738127

Change-Id: I3d385a7a88a6a5fdd0ff8949ac1a349880e38575
Anirban Sirkhell %!s(int64=5) %!d(string=hai) anos
pai
achega
800a2c6059
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      utils/logging/src/wlan_logging_sock_svc.c

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

@@ -34,6 +34,7 @@
 #include <host_diag_core_event.h>
 #include "host_diag_core_log.h"
 #include <qdf_event.h>
+#include <qdf_module.h>
 
 #ifdef CNSS_GENL
 #include <net/cnss_nl.h>
@@ -898,6 +899,8 @@ void wlan_set_console_log_levels(uint32_t console_log_levels)
 	gwlan_logging.console_log_levels = console_log_levels;
 }
 
+qdf_export_symbol(wlan_set_console_log_levels);
+
 static void flush_log_buffers_timer(void *dummy)
 {
 	wlan_flush_host_logs_for_fatal();