f078f20970
This adds the new mac80211 11n ath9k Atheros driver. Only STA support is currently enabled and tested. Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com> Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Jack Howarth <howarth@bromo.msbb.uc.edu> Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
11 lines
135 B
Makefile
11 lines
135 B
Makefile
ath9k-y += hw.o \
|
|
phy.o \
|
|
regd.o \
|
|
beacon.o \
|
|
main.o \
|
|
recv.o \
|
|
xmit.o \
|
|
rc.o \
|
|
core.o
|
|
|
|
obj-$(CONFIG_ATH9K) += ath9k.o
|