From: Jason Cooper Date: Sat, 9 Oct 2010 18:51:11 +0000 (-0400) Subject: staging: brcm80211: remove kernel_thread() for dhd_dpc_thread. X-Git-Tag: v2.6.37-rc1~60^2~3^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecd7559d8d0d8daf329016b4db0686376fb5dada;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed