diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-18 23:29:20 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-11 01:52:32 +0200 |
commit | fa5fea711f4c3bd71f00181d6f385ef4d53ab375 (patch) | |
tree | ede6560b62f4608325b58c6ca70db3417c60740e /net/mac80211/Makefile | |
parent | [MAC80211]: print out wiphy name instead of master device (diff) | |
download | linux-fa5fea711f4c3bd71f00181d6f385ef4d53ab375.tar.xz linux-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/mac80211/Makefile')
-rw-r--r-- | net/mac80211/Makefile | 2 |
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 := \ regdomain.o \ tkip.o \ aes_ccm.o \ - ieee80211_cfg.o \ + cfg.o \ rx.o \ tx.o \ key.o \ |