diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2009-10-16 17:33:23 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:48:29 -0400 |
commit | bca61f8a4df69949cc7426b39daa867f5274a9b8 (patch) | |
tree | d1a7759587dde147022fdf1cdf06654f7d94f957 /drivers/net/wireless/libertas/host.h | |
parent | 9e66e701d0e42efd548f0f7249af8a56f8e07b67 (diff) | |
download | blackbird-op-linux-bca61f8a4df69949cc7426b39daa867f5274a9b8.tar.gz blackbird-op-linux-bca61f8a4df69949cc7426b39daa867f5274a9b8.zip |
libertas: harmonize cmd.h
* move declarations for functions of cmd.c/cmdresp.c into cmd.h
* move declarations from cmd.h that are in main.c to decl.h
* group command functions
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/host.h')
-rw-r--r-- | drivers/net/wireless/libertas/host.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/net/wireless/libertas/host.h b/drivers/net/wireless/libertas/host.h index 45cd7f1e5937..5188e6539c6c 100644 --- a/drivers/net/wireless/libertas/host.h +++ b/drivers/net/wireless/libertas/host.h @@ -374,21 +374,6 @@ struct cmd_header { __le16 result; } __attribute__ ((packed)); -struct cmd_ctrl_node { - struct list_head list; - int result; - /* command response */ - int (*callback)(struct lbs_private *, - unsigned long, - struct cmd_header *); - unsigned long callback_arg; - /* command data */ - struct cmd_header *cmdbuf; - /* wait queue */ - u16 cmdwaitqwoken; - wait_queue_head_t cmdwait_q; -}; - /* Generic structure to hold all key types. */ struct enc_key { u16 len; |