aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-07-27 15:43:23 +0200
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:47:36 -0700
commitc2d1560ad8c2f6e0dd0d34102d022f3709325c26 (patch)
tree40a64238627c8d6f9e20fa8ac33a1f35ff7315de /net/mac80211/Makefile
parent[MAC80211]: reorder interface related functions (diff)
downloadlinux-dev-c2d1560ad8c2f6e0dd0d34102d022f3709325c26.tar.xz
linux-dev-c2d1560ad8c2f6e0dd0d34102d022f3709325c26.zip
[MAC80211]: introduce util.c
Introduce a new file util.c and move a whole bunch of functions into it. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Jiri Benc <jbenc@suse.cz> 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 d95de3f8a4b1..122b23eb15d1 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -21,4 +21,5 @@ mac80211-objs := \
rx.o \
tx.o \
key.o \
+ util.o \
$(mac80211-objs-y)