diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-04-08 15:14:40 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-08 16:44:45 -0400 |
commit | 2c8dccc77420fb7433da5674818959d3499d35be (patch) | |
tree | 2da037732b78a4796254b485f0c591d9625b7d1e /net/mac80211/Makefile | |
parent | 3b96766f0e643f52ae19e134664df6730c737e87 (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/Makefile | 12 |
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 |
12 | mac80211-y := \ | 12 | mac80211-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 | ||
31 | mac80211-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o | 31 | mac80211-$(CONFIG_MAC80211_LEDS) += led.o |
32 | mac80211-$(CONFIG_NET_SCHED) += wme.o | 32 | mac80211-$(CONFIG_NET_SCHED) += wme.o |
33 | mac80211-$(CONFIG_MAC80211_DEBUGFS) += \ | 33 | mac80211-$(CONFIG_MAC80211_DEBUGFS) += \ |
34 | debugfs.o \ | 34 | debugfs.o \ |