Skip to content

Commit

Permalink
libertas: cleanup host.h and hostcmd.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Holger Schurig authored and John W. Linville committed Oct 27, 2009
1 parent b8fcf59 commit 9e66e70
Show file tree
Hide file tree
Showing 7 changed files with 853 additions and 957 deletions.
1 change: 0 additions & 1 deletion drivers/net/wireless/libertas/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <net/lib80211.h>
#include <linux/kfifo.h>
#include "host.h"
#include "hostcmd.h"
#include "decl.h"
#include "defs.h"
#include "dev.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/libertas/cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#ifndef _LBS_CMD_H_
#define _LBS_CMD_H_

#include "hostcmd.h"
#include "host.h"
#include "dev.h"

/* lbs_cmd() infers the size of the buffer to copy data back into, from
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/libertas/dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <linux/debugfs.h>

#include "defs.h"
#include "hostcmd.h"
#include "host.h"

extern const struct ethtool_ops lbs_ethtool_ops;

Expand Down
Loading

0 comments on commit 9e66e70

Please sign in to comment.