From: Jason Cooper Date: Sat, 9 Oct 2010 18:51:14 +0000 (-0400) Subject: staging: brcm80211: remove kernel_thread() for wl_iscan_thread and wl_event_thread. X-Git-Tag: v2.6.37-rc1~60^2~3^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7716314bf9b9767eb1a69a16c68d05f17bc34588;p=pandora-kernel.git staging: brcm80211: remove kernel_thread() for wl_iscan_thread and wl_event_thread. Replace kernel_thread() with kthread_run(). Replace pid with tsk, and exited with kthread_stop()/kthread_should_stop(). event_tsk, and tsk are NULL when their respective threads are not running. Signed-off-by: Jason Cooper Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed