aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2008-04-08 15:14:40 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-04-08 16:44:45 -0400
commit2c8dccc77420fb7433da5674818959d3499d35be (patch)
tree2da037732b78a4796254b485f0c591d9625b7d1e /net/mac80211/Makefile
parent3b96766f0e643f52ae19e134664df6730c737e87 (diff)
mac80211: rename files
This patch renames all mac80211 files (except ieee80211_i.h) to get rid of the useless ieee80211_ prefix. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r--net/mac80211/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile
index 70f4b26c2d87..4e5847fd316c 100644
--- a/net/mac80211/Makefile
+++ b/net/mac80211/Makefile
@@ -10,14 +10,14 @@ rc-pid-m := rc80211_pid.o
10 10
11# mac80211 objects 11# mac80211 objects
12mac80211-y := \ 12mac80211-y := \
13 ieee80211.o \ 13 main.o \
14 ieee80211_ioctl.o \ 14 wext.o \
15 sta_info.o \ 15 sta_info.o \
16 wep.o \ 16 wep.o \
17 wpa.o \ 17 wpa.o \
18 ieee80211_sta.o \ 18 mlme.o \
19 ieee80211_iface.o \ 19 iface.o \
20 ieee80211_rate.o \ 20 rate.o \
21 michael.o \ 21 michael.o \
22 tkip.o \ 22 tkip.o \
23 aes_ccm.o \ 23 aes_ccm.o \
@@ -28,7 +28,7 @@ mac80211-y := \
28 util.o \ 28 util.o \
29 event.o 29 event.o
30 30
31mac80211-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o 31mac80211-$(CONFIG_MAC80211_LEDS) += led.o
32mac80211-$(CONFIG_NET_SCHED) += wme.o 32mac80211-$(CONFIG_NET_SCHED) += wme.o
33mac80211-$(CONFIG_MAC80211_DEBUGFS) += \ 33mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
34 debugfs.o \ 34 debugfs.o \