Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56248
b: refs/heads/master
c: 3a8b9a4
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams authored and John W. Linville committed May 11, 2007
1 parent af0c163 commit 33ff8e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 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: 4f3465f80564e07a5756b11365cd24f9d693a9bb
refs/heads/master: 3a8b9a4a6b4e7cfd147f94f5772641a34e12efe4
8 changes: 0 additions & 8 deletions trunk/drivers/net/wireless/libertas/Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# EXTRA_CFLAGS += -Wpacked

usb8xxx-objs := main.o fw.o wext.o \
rx.o tx.o cmd.o \
cmdresp.o scan.o \
join.o 11d.o \
ioctl.o debugfs.o \
ethtool.o assoc.o

ifeq ($(CONFIG_LIBERTAS_USB_DEBUG), y)
EXTRA_CFLAGS += -DDEBUG -DPROC_DEBUG
endif


#EXTRA_CFLAGS +=
usb8xxx-objs += if_bootcmd.o
usb8xxx-objs += if_usb.o

Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/libertas/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

extern unsigned int libertas_debug;

#ifdef CONFIG_LIBERTAS_DEBUG
#define DEBUG
#define PROC_DEBUG
#endif

#define DRV_NAME "usb8xxx"

#define lbs_pr_info(format, args...) \
Expand Down

0 comments on commit 33ff8e0

Please sign in to comment.