diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2009-10-16 11:33:23 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:48:29 -0400 |
commit | bca61f8a4df69949cc7426b39daa867f5274a9b8 (patch) | |
tree | d1a7759587dde147022fdf1cdf06654f7d94f957 /drivers/net/wireless/libertas/cmdresp.c | |
parent | 9e66e701d0e42efd548f0f7249af8a56f8e07b67 (diff) |
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/cmdresp.c')
-rw-r--r-- | drivers/net/wireless/libertas/cmdresp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/cmdresp.c b/drivers/net/wireless/libertas/cmdresp.c index 9ee8bd11bda9..a45061b1f33c 100644 --- a/drivers/net/wireless/libertas/cmdresp.c +++ b/drivers/net/wireless/libertas/cmdresp.c | |||
@@ -11,6 +11,7 @@ | |||
11 | 11 | ||
12 | #include "host.h" | 12 | #include "host.h" |
13 | #include "decl.h" | 13 | #include "decl.h" |
14 | #include "cmd.h" | ||
14 | #include "defs.h" | 15 | #include "defs.h" |
15 | #include "dev.h" | 16 | #include "dev.h" |
16 | #include "assoc.h" | 17 | #include "assoc.h" |