aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2008-09-09 08:49:03 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-09-11 15:53:39 -0400
commit39192c0bcf556c8521dcf0203714e9d48ac0b9f6 (patch)
treebb3ca5d74f06b2357644a5f1270924ca3bee02e9 /net/mac80211/Makefile
parentde1ede7ac3bd300f9aa565d0f93f6cf9ba74bb1a (diff)
mac80211: move spectrum management code out
Like the HT code, this doesn't depend on the STA-mode implementation and can be handled entirely independently. There's only stub code for now, but when it gets filled having it in its own file will be beneficial. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r--net/mac80211/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile
index 1a7ac50910c3..2dc8f2bff27b 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -17,6 +17,7 @@ mac80211-y := \
17 aes_ccm.o \ 17 aes_ccm.o \
18 cfg.o \ 18 cfg.o \
19 rx.o \ 19 rx.o \
20 spectmgmt.o \
20 tx.o \ 21 tx.o \
21 key.o \ 22 key.o \
22 util.o \ 23 util.o \