diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2009-10-16 11:32:16 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:48:29 -0400 |
commit | 9e66e701d0e42efd548f0f7249af8a56f8e07b67 (patch) | |
tree | ae4019c91ef359a4d91e6db059bec6ce260da187 /drivers/net/wireless/libertas/tx.c | |
parent | b8fcf590939f0aa24d43bdbdae7c963f31ba90bd (diff) |
libertas: cleanup host.h and hostcmd.h
Also remove some unused definitions and make tab usage consistent.
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/tx.c')
-rw-r--r-- | drivers/net/wireless/libertas/tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/tx.c b/drivers/net/wireless/libertas/tx.c index 4c018f7a0a8d..5d7c011fe296 100644 --- a/drivers/net/wireless/libertas/tx.c +++ b/drivers/net/wireless/libertas/tx.c | |||
@@ -4,7 +4,7 @@ | |||
4 | #include <linux/netdevice.h> | 4 | #include <linux/netdevice.h> |
5 | #include <linux/etherdevice.h> | 5 | #include <linux/etherdevice.h> |
6 | 6 | ||
7 | #include "hostcmd.h" | 7 | #include "host.h" |
8 | #include "radiotap.h" | 8 | #include "radiotap.h" |
9 | #include "decl.h" | 9 | #include "decl.h" |
10 | #include "defs.h" | 10 | #include "defs.h" |