aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-06-13 03:37:07 -0400
committerGuido Guenther <agx@sigxcpu.org>2007-06-14 10:11:05 +0200
commit14845416d9db6fa6a94353707e7601478a00ad60 (patch)
treec86cb7c07bfb8be5ffd795eddb409eee71b78f21 /at76_usb.h
parentb9a60139fce263beac4571d44e0b322fb1ee2d9d (diff)
[PATCH] Don't use workqueue to reschedule IBSS creation
Scheduling is done in process context, so it can be avoided. Merge at76_work_start_ibss() into at76_start_ibss(). Signed-off-by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'at76_usb.h')
-rw-r--r--at76_usb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/at76_usb.h b/at76_usb.h
index 204fb12..396dfc4 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -483,7 +483,6 @@ struct at76_priv {
struct work_struct work_restart;
struct work_struct work_scan;
struct work_struct work_set_promisc;
- struct work_struct work_start_ibss;
struct work_struct work_submit_rx;
int nr_submit_rx_tries; /* number of tries to submit an rx urb left */