ff37e337be
Merge core.c and base.c Remove Antenna Diversity (unused now). Remove unused chainmask handling code. Comment, indentation scrub. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
15 lines
169 B
Makefile
15 lines
169 B
Makefile
ath9k-y += hw.o \
|
|
eeprom.o \
|
|
mac.o \
|
|
calib.o \
|
|
ani.o \
|
|
phy.o \
|
|
regd.o \
|
|
beacon.o \
|
|
main.o \
|
|
recv.o \
|
|
xmit.o \
|
|
rc.o
|
|
|
|
obj-$(CONFIG_ATH9K) += ath9k.o
|