diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2007-05-25 12:49:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-06-11 14:28:40 -0400 |
commit | ec3eef28d9bc3fbcc5d3dd668dffcaa675015b11 (patch) | |
tree | e38058e72eebc678765f7760af3166b23007071b /drivers/net/wireless/libertas/if_usb.c | |
parent | 435a1acba23437a6c8462dd8437e48cdf09a2f71 (diff) |
[PATCH] libertas: let DRV_NAME be overridable
For now, it's "libertas" by default, but that is overwritten in
if_usb.c/if_bootcmd.c and in if_cs.c.
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/if_usb.c')
-rw-r--r-- | drivers/net/wireless/libertas/if_usb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/if_usb.c b/drivers/net/wireless/libertas/if_usb.c index 97469fe106fb..d87915dbe827 100644 --- a/drivers/net/wireless/libertas/if_usb.c +++ b/drivers/net/wireless/libertas/if_usb.c | |||
@@ -8,6 +8,8 @@ | |||
8 | #include <linux/list.h> | 8 | #include <linux/list.h> |
9 | #include <linux/usb.h> | 9 | #include <linux/usb.h> |
10 | 10 | ||
11 | #define DRV_NAME "usb8xxx" | ||
12 | |||
11 | #include "host.h" | 13 | #include "host.h" |
12 | #include "decl.h" | 14 | #include "decl.h" |
13 | #include "defs.h" | 15 | #include "defs.h" |