aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-09-18 17:29:20 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:52:32 -0400
commitfa5fea711f4c3bd71f00181d6f385ef4d53ab375 (patch)
treeede6560b62f4608325b58c6ca70db3417c60740e /net/mac80211/Makefile
parentdd1cd4c620c174ebbdf78dc01b924115a06de5d3 (diff)
[MAC80211]: rename ieee80211_cfg.c to cfg.c
It's just painful to have the extra ieee80211_ prefix. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r--net/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile
index 793733835628..219cd9f9341f 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -17,7 +17,7 @@ mac80211-objs := \
17 regdomain.o \ 17 regdomain.o \
18 tkip.o \ 18 tkip.o \
19 aes_ccm.o \ 19 aes_ccm.o \
20 ieee80211_cfg.o \ 20 cfg.o \
21 rx.o \ 21 rx.o \
22 tx.o \ 22 tx.o \
23 key.o \ 23 key.o \