qcacmn: 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: I578ac062a69a34f7f4b7a2450e59e3f934704934
CRs-Fixed: 2047462
This commit is contained in:
Sandeep Puligilla
2017-05-18 17:50:55 -07:00
committed by snandini
vanhempi c79aed0d8c
commit 5c41638e14

Näytä tiedosto

@@ -735,8 +735,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,