459c51ad6e
This seems to be working smoothly now. Let's not hold back the mac80211 transition any further. This patch ports the existing driver from softmac to mac80211. Many thanks to everyone who helped out with the porting efforts. Signed-off-by: Daniel Drake <dsd@gentoo.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
11 lines
245 B
Makefile
11 lines
245 B
Makefile
obj-$(CONFIG_ZD1211RW) += zd1211rw.o
|
|
|
|
zd1211rw-objs := zd_chip.o zd_ieee80211.o zd_mac.o \
|
|
zd_rf_al2230.o zd_rf_rf2959.o \
|
|
zd_rf_al7230b.o zd_rf_uw2453.o \
|
|
zd_rf.o zd_usb.o
|
|
|
|
ifeq ($(CONFIG_ZD1211RW_DEBUG),y)
|
|
EXTRA_CFLAGS += -DDEBUG
|
|
endif
|
|
|