summaryrefslogtreecommitdiff
path: root/core/utils
diff options
context:
space:
mode:
authorSandeep Puligilla <spuligil@codeaurora.org>2017-05-15 17:59:19 -0700
committersnandini <snandini@codeaurora.org>2017-05-18 21:21:38 -0700
commit36c6c991991c95abcc4a65fa96fb653b0a275ffa (patch)
tree9e1c2c44e7c84d3359ead3792a1c31e632ecad25 /core/utils
parentb1e8e6568232ddaa548c15d55698975833b63736 (diff)
qcacld-3.0: set logging thread priority to default
Currently logging thread priority is equal to cds thread which can cause scheduling issues to other priority tasks when there are too many wlan debug messages. Set logging thread priority to default value. Change-Id: Id8e54339ed3712e21e69fa467163439fb498541c CRs-Fixed: 2047462
Diffstat (limited to 'core/utils')
-rw-r--r--core/utils/logging/src/wlan_logging_sock_svc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/utils/logging/src/wlan_logging_sock_svc.c b/core/utils/logging/src/wlan_logging_sock_svc.c
index 3671431ea2b5..18be821fdbb1 100644
--- a/core/utils/logging/src/wlan_logging_sock_svc.c
+++ b/core/utils/logging/src/wlan_logging_sock_svc.c
@@ -772,8 +772,6 @@ static int wlan_logging_thread(void *Arg)
int ret = 0;
unsigned long flags;
- set_user_nice(current, -2);
-
while (!gwlan_logging.exit) {
ret_wait_status =
wait_event_interruptible(gwlan_logging.wait_queue,