]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: brcm80211: remove kernel_thread() for dhd_dpc_thread.
authorJason Cooper <jason@lakedaemon.net>
Sat, 9 Oct 2010 18:51:11 +0000 (14:51 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 10 Oct 2010 12:39:48 +0000 (05:39 -0700)
commitecd7559d8d0d8daf329016b4db0686376fb5dada
tree6656765ba9f9e13a9cc34adc019f6951100b6944
parent860708d9c8259e087f39505995d4d54b2e499fb9
staging: brcm80211: remove kernel_thread() for dhd_dpc_thread.

use kthread_run(), kthread_stop(), and kthread_should_stop().  Removes
dpc_pid, dpc_exited, and the call to DAEMONIZE.

dpc_tsk is NULL when not running.

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/dhd_linux.c