summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/Makefile
diff options
context:
space:
mode:
authorBob Copeland <me@bobcopeland.com>2009-03-31 02:30:29 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2009-04-22 20:54:37 (GMT)
commit3a702e49c03ba959e3f5bb2b74ec9921a81c8c98 (patch)
tree721e8a222648284660f5bf6c5edfba5a6e4d4527 /drivers/net/wireless/ath9k/Makefile
parentc02cf3738c9dbc446c160b9d49a001eb2be316c8 (diff)
downloadlinux-fsl-qoriq-3a702e49c03ba959e3f5bb2b74ec9921a81c8c98.tar.xz
atheros: introduce ath module containing common ath5k/ath9k/ar9170 code
This change creates a new module, ath.ko, which includes code that can be shared between ath5k, ath9k and ar9170. For now, extract most of the ath9k regulatory code so it can also be used in ath5k. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@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, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/Makefile b/drivers/net/wireless/ath9k/Makefile
index 1a4d4ea..783bc39 100644
--- a/drivers/net/wireless/ath9k/Makefile
+++ b/drivers/net/wireless/ath9k/Makefile
@@ -4,7 +4,6 @@ ath9k-y += hw.o \
calib.o \
ani.o \
phy.o \
- regd.o \
beacon.o \
main.o \
recv.o \