diff options
Diffstat (limited to 'drivers/net/wireless/libertas/dev.h')
-rw-r--r-- | drivers/net/wireless/libertas/dev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas/dev.h b/drivers/net/wireless/libertas/dev.h index 184eee548572..c6fb703f665b 100644 --- a/drivers/net/wireless/libertas/dev.h +++ b/drivers/net/wireless/libertas/dev.h | |||
@@ -14,7 +14,6 @@ | |||
14 | 14 | ||
15 | #include "defs.h" | 15 | #include "defs.h" |
16 | #include "scan.h" | 16 | #include "scan.h" |
17 | #include "thread.h" | ||
18 | 17 | ||
19 | extern struct ethtool_ops libertas_ethtool_ops; | 18 | extern struct ethtool_ops libertas_ethtool_ops; |
20 | 19 | ||
@@ -146,7 +145,8 @@ struct _wlan_private { | |||
146 | struct device *hotplug_device; | 145 | struct device *hotplug_device; |
147 | 146 | ||
148 | /** thread to service interrupts */ | 147 | /** thread to service interrupts */ |
149 | struct wlan_thread mainthread; | 148 | struct task_struct *main_thread; |
149 | wait_queue_head_t waitq; | ||
150 | 150 | ||
151 | struct delayed_work assoc_work; | 151 | struct delayed_work assoc_work; |
152 | struct workqueue_struct *assoc_thread; | 152 | struct workqueue_struct *assoc_thread; |