commit | 860708d9c8259e087f39505995d4d54b2e499fb9 | [log] [tgz] |
---|---|---|
author | Jason Cooper <jason@lakedaemon.net> | Sat Oct 09 14:51:10 2010 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Sun Oct 10 05:39:47 2010 -0700 |
tree | 532864957b84df7c7bef2a5e5aace7a7d68eccef | |
parent | 839fad996bf0eba85c0c6aa67ba8d89d051b6749 [diff] |
staging: brcm80211: remove kernel_thread() for dhd_watchdog_thread. Replaced kernel_thread() with kthread_run(). Used kthread_should_stop() in place of watchdog_exited completion. Replaced watchdog_pid with struct task_struct. watchdog_tsk is NULL when the task is not running. Signed-off-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>