Commit 506e1a2f authored by Maksim Krasnyanskiy's avatar Maksim Krasnyanskiy

Increase BNEP thread priority.

parent e24993fb
......@@ -452,7 +452,7 @@ static int bnep_session(void *arg)
BT_DBG("");
daemonize();
set_user_nice(current, 19);
set_user_nice(current, -15);
current->flags |= PF_IOTHREAD;
sigfillset(&current->blocked);
flush_signals(current);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment