aboutsummaryrefslogtreecommitdiffstats
path: root/net
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 16:52:32 -0700
commitfa5fea711f4c3bd71f00181d6f385ef4d53ab375 (patch)
treeede6560b62f4608325b58c6ca70db3417c60740e /net
parent[MAC80211]: print out wiphy name instead of master device (diff)
downloadlinux-dev-fa5fea711f4c3bd71f00181d6f385ef4d53ab375.tar.xz
linux-dev-fa5fea711f4c3bd71f00181d6f385ef4d53ab375.zip
[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')
-rw-r--r--net/mac80211/Makefile2
-rw-r--r--net/mac80211/cfg.c (renamed from net/mac80211/ieee80211_cfg.c)0
2 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 := \
regdomain.o \
tkip.o \
aes_ccm.o \
- ieee80211_cfg.o \
+ cfg.o \
rx.o \
tx.o \
key.o \
diff --git a/net/mac80211/ieee80211_cfg.c b/net/mac80211/cfg.c
index d6fc55cc8ad4..d6fc55cc8ad4 100644
--- a/net/mac80211/ieee80211_cfg.c
+++ b/net/mac80211/cfg.c