aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2008-09-08 17:44:25 +0200
committerJohn W. Linville <linville@tuxdriver.com>2008-09-11 15:53:36 -0400
commit0a51b27e956bd9580296c48191b78175ed8b5971 (patch)
treefd48f13e3f8eb75675c1c8d32c7214df2af47814 /net/mac80211/Makefile
parentmac80211: remove useless non-NULL tests from scan results code (diff)
downloadlinux-dev-0a51b27e956bd9580296c48191b78175ed8b5971.tar.xz
linux-dev-0a51b27e956bd9580296c48191b78175ed8b5971.zip
mac80211: start moving scan code from mlme
Here's a first patch to move some code from mlme.c to a new file called scan.c. The end result will hopefully be a more manageable mlme.c. 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 a169b0201d61..376280a420ac 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -7,6 +7,7 @@ mac80211-y := \
sta_info.o \
wep.o \
wpa.o \
+ scan.o \
mlme.o \
iface.o \
rate.o \