mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 07:33:56 +00:00
8ca21f0185
Instead of using a hardcoded BSSID mask (mask for own addresses), iterate through all active interfaces and determine the minimal mask that covers all local addresses. Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
20 lines
292 B
Makefile
20 lines
292 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 \
|
|
virtual.o \
|
|
rc.o
|
|
|
|
ath9k-$(CONFIG_PCI) += pci.o
|
|
ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
|
|
ath9k-$(CONFIG_ATH9K_DEBUG) += debug.o
|
|
|
|
obj-$(CONFIG_ATH9K) += ath9k.o
|