diff options
| author | Chandrasekaran, Manishekar <cmshekar@qti.qualcomm.com> | 2015-05-14 19:15:48 +0530 |
|---|---|---|
| committer | AnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com> | 2015-05-15 17:24:06 +0530 |
| commit | dc6787debffb0061e6542fafdef7d041546d6dae (patch) | |
| tree | 35f51fc56e369f821e6fa2c3c7f259f6382d48d5 | |
| parent | a6732c1c1b1b189d86c8fc8536e65370e89e3390 (diff) | |
qcacld: Do not enable all module log level upon userspace registration
Driver must not enable all the modules log level when any userspace
entity tries to register with the driver. All the log levels should
be enabled or disabled based on the INI item gMulticastHostFwMsgs
only.
Change-Id: I8f927642e2253ae6a717a13bd64e54174b9342c4
CRs-Fixed: 830997
| -rw-r--r-- | CORE/SVC/src/logging/wlan_logging_sock_svc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CORE/SVC/src/logging/wlan_logging_sock_svc.c b/CORE/SVC/src/logging/wlan_logging_sock_svc.c index 2eb66f3fa8ae..0f817194ec5b 100644 --- a/CORE/SVC/src/logging/wlan_logging_sock_svc.c +++ b/CORE/SVC/src/logging/wlan_logging_sock_svc.c @@ -520,7 +520,6 @@ static int wlan_logging_proc_sock_rx_msg(struct sk_buff *skb) * logger app is registered for the first time. */ gapp_pid = wnl->nlh.nlmsg_pid; - set_default_logtoapp_log_level(); } ret = wlan_send_sock_msg_to_app(&wnl->wmsg, 0, |
