summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/Makefile
diff options
context:
space:
mode:
authorJouni Malinen2009-03-03 18:23:27 +0100
committerJohn W. Linville2009-03-05 20:39:44 +0100
commit8ca21f0185a606c490867f7471196aa29639e638 (patch)
treed16405f88eb894c6805bbaae4c2a5fba81b2baef /drivers/net/wireless/ath9k/Makefile
parentath9k: Cleanup multiple VIF processing (diff)
downloadkernel-qcow2-linux-8ca21f0185a606c490867f7471196aa29639e638.tar.gz
kernel-qcow2-linux-8ca21f0185a606c490867f7471196aa29639e638.tar.xz
kernel-qcow2-linux-8ca21f0185a606c490867f7471196aa29639e638.zip
ath9k: Set BSSID mask based on configured interfaces
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>
Diffstat (limited to 'drivers/net/wireless/ath9k/Makefile')
-rw-r--r--drivers/net/wireless/ath9k/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/Makefile b/drivers/net/wireless/ath9k/Makefile
index 00629587b790..1a4d4eab6fe8 100644
--- a/drivers/net/wireless/ath9k/Makefile
+++ b/drivers/net/wireless/ath9k/Makefile
@@ -9,6 +9,7 @@ ath9k-y += hw.o \
main.o \
recv.o \
xmit.o \
+ virtual.o \
rc.o
ath9k-$(CONFIG_PCI) += pci.o