qcacmn: Replace wlanLoggingFEToConsole to wlanLoggingToConsole
Currently the config ini "wlanLoggingFEToConsole" specifically talks about enabling the logs to kmsg for FATAL and ERROR logs. This cfg.ini item should not be specific to any log level, instead it should just depict whether logging to console should be enabled or not. Hence change wlanLoggingFEToConsole to wlanLoggingToConsole. Change-Id: I54e340ed58891175b53ac2d0137d15a2baea1c9f CRs-Fixed: 2017427
This commit is contained in:

کامیت شده توسط
Sandeep Puligilla

والد
d1f1484105
کامیت
17720241d4
@@ -40,7 +40,7 @@
|
||||
|
||||
int wlan_logging_sock_init_svc(void);
|
||||
int wlan_logging_sock_deinit_svc(void);
|
||||
int wlan_logging_sock_activate_svc(int log_fe_to_console, int num_buf);
|
||||
int wlan_logging_sock_activate_svc(int log_to_console, int num_buf);
|
||||
int wlan_logging_sock_deactivate_svc(void);
|
||||
int wlan_log_to_user(QDF_TRACE_LEVEL log_level, char *to_be_sent, int length);
|
||||
|
||||
|
مرجع در شماره جدید
Block a user