diff options
author | Luis Carlos Cobo Rus <luisca@cozybit.com> | 2007-05-30 12:14:34 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-06-12 14:02:23 -0400 |
commit | b8bedefd8fe589ff87a681e20583c8317030491d (patch) | |
tree | 2ec517d95cc034d35290c9fb29230224e93fcae6 /drivers/net/wireless/libertas/dev.h | |
parent | 717c9339202a42ae7bec7d3c4b84deecdcae9f81 (diff) |
[PATCH] libertas: pull current channel from firmware on mesh autostart
Signed-off-by: Luis Carlos Cobo Rus <luisca@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/dev.h')
-rw-r--r-- | drivers/net/wireless/libertas/dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/dev.h b/drivers/net/wireless/libertas/dev.h index d6c340aef681..785192b884bc 100644 --- a/drivers/net/wireless/libertas/dev.h +++ b/drivers/net/wireless/libertas/dev.h | |||
@@ -150,6 +150,7 @@ struct _wlan_private { | |||
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; |
153 | struct work_struct sync_channel; | ||
153 | 154 | ||
154 | /** Hardware access */ | 155 | /** Hardware access */ |
155 | int (*hw_register_dev) (wlan_private * priv); | 156 | int (*hw_register_dev) (wlan_private * priv); |