[MAC80211]: rename ieee80211_cfg.c to cfg.c
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 18 Sep 2007 21:29:20 +0000 (17:29 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:52:32 +0000 (16:52 -0700)
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>
net/mac80211/Makefile
net/mac80211/cfg.c [moved from net/mac80211/ieee80211_cfg.c with 100% similarity]

index 7937338..219cd9f 100644 (file)
@@ -17,7 +17,7 @@ mac80211-objs := \
        regdomain.o \
        tkip.o \
        aes_ccm.o \
-       ieee80211_cfg.o \
+       cfg.o \
        rx.o \
        tx.o \
        key.o \