diff options
author | Jason Cooper <jason@lakedaemon.net> | 2010-10-09 14:51:14 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-10 05:39:51 -0700 |
commit | 7716314bf9b9767eb1a69a16c68d05f17bc34588 (patch) | |
tree | 0aed37dc8203b1e22853b6e067c22636d5017a9e /tools/perf/scripts/python | |
parent | 5e2773ea93c9084f825ae1954c224ac5863a1acc (diff) |
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 <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions