From: Johannes Berg Date: Tue, 18 Sep 2007 21:29:20 +0000 (-0400) Subject: [MAC80211]: rename ieee80211_cfg.c to cfg.c X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=fa5fea711f4c3bd71f00181d6f385ef4d53ab375;p=linux-edison.git [MAC80211]: rename ieee80211_cfg.c to cfg.c It's just painful to have the extra ieee80211_ prefix. Signed-off-by: Johannes Berg Signed-off-by: Michael Wu Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile index 79373383562..219cd9f9341 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 similarity index 100% rename from net/mac80211/ieee80211_cfg.c rename to net/mac80211/cfg.c