Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57643
b: refs/heads/master
c: ec3eef2
h: refs/heads/master
i:
  57641: 7e442f3
  57639: 5364ecb
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Jun 11, 2007
1 parent bf0b084 commit 1434efb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 435a1acba23437a6c8462dd8437e48cdf09a2f71
refs/heads/master: ec3eef28d9bc3fbcc5d3dd668dffcaa675015b11
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/libertas/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#define PROC_DEBUG
#endif

#define DRV_NAME "usb8xxx"
#ifndef DRV_NAME
#define DRV_NAME "libertas"
#endif


#define LBS_DEB_ENTER 0x00000001
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/libertas/if_bootcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <linux/netdevice.h>
#include <linux/usb.h>

#define DRV_NAME "usb8xxx"

#include "defs.h"
#include "dev.h"
#include "if_usb.h"
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/libertas/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <linux/list.h>
#include <linux/usb.h>

#define DRV_NAME "usb8xxx"

#include "host.h"
#include "decl.h"
#include "defs.h"
Expand Down

0 comments on commit 1434efb

Please sign in to comment.