diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-06-22 06:55:52 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-24 05:32:38 -0400 |
commit | 011ad0e9f8533cd003fb760663713df2655a2114 (patch) | |
tree | 75f08348ca9cd75c25782b1d4de88170eec0085c /net/mac80211 | |
parent | bdcbd8e0e3ffdad32b14b6373e67bfcf5fd3f002 (diff) |
mac80211: rename driver-trace file
This file will contain more soon, so
rename it to just trace.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/Makefile | 4 | ||||
-rw-r--r-- | net/mac80211/driver-ops.h | 2 | ||||
-rw-r--r-- | net/mac80211/offchannel.c | 1 | ||||
-rw-r--r-- | net/mac80211/trace.c (renamed from net/mac80211/driver-trace.c) | 2 | ||||
-rw-r--r-- | net/mac80211/trace.h (renamed from net/mac80211/driver-trace.h) | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile index 231ffa02e496..a7dd110faafa 100644 --- a/net/mac80211/Makefile +++ b/net/mac80211/Makefile | |||
@@ -24,7 +24,7 @@ mac80211-y := \ | |||
24 | wme.o \ | 24 | wme.o \ |
25 | event.o \ | 25 | event.o \ |
26 | chan.o \ | 26 | chan.o \ |
27 | driver-trace.o mlme.o | 27 | trace.o mlme.o |
28 | 28 | ||
29 | mac80211-$(CONFIG_MAC80211_LEDS) += led.o | 29 | mac80211-$(CONFIG_MAC80211_LEDS) += led.o |
30 | mac80211-$(CONFIG_MAC80211_DEBUGFS) += \ | 30 | mac80211-$(CONFIG_MAC80211_DEBUGFS) += \ |
@@ -42,7 +42,7 @@ mac80211-$(CONFIG_MAC80211_MESH) += \ | |||
42 | 42 | ||
43 | mac80211-$(CONFIG_PM) += pm.o | 43 | mac80211-$(CONFIG_PM) += pm.o |
44 | 44 | ||
45 | CFLAGS_driver-trace.o := -I$(src) | 45 | CFLAGS_trace.o := -I$(src) |
46 | 46 | ||
47 | # objects for PID algorithm | 47 | # objects for PID algorithm |
48 | rc80211_pid-y := rc80211_pid_algo.o | 48 | rc80211_pid-y := rc80211_pid_algo.o |
diff --git a/net/mac80211/driver-ops.h b/net/mac80211/driver-ops.h index 933026949df9..44e8c1242781 100644 --- a/net/mac80211/driver-ops.h +++ b/net/mac80211/driver-ops.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #include <net/mac80211.h> | 4 | #include <net/mac80211.h> |
5 | #include "ieee80211_i.h" | 5 | #include "ieee80211_i.h" |
6 | #include "driver-trace.h" | 6 | #include "trace.h" |
7 | 7 | ||
8 | static inline void check_sdata_in_driver(struct ieee80211_sub_if_data *sdata) | 8 | static inline void check_sdata_in_driver(struct ieee80211_sub_if_data *sdata) |
9 | { | 9 | { |
diff --git a/net/mac80211/offchannel.c b/net/mac80211/offchannel.c index 7f93626ddc61..b0fb6a2b89ad 100644 --- a/net/mac80211/offchannel.c +++ b/net/mac80211/offchannel.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <linux/export.h> | 15 | #include <linux/export.h> |
16 | #include <net/mac80211.h> | 16 | #include <net/mac80211.h> |
17 | #include "ieee80211_i.h" | 17 | #include "ieee80211_i.h" |
18 | #include "driver-trace.h" | ||
19 | #include "driver-ops.h" | 18 | #include "driver-ops.h" |
20 | 19 | ||
21 | /* | 20 | /* |
diff --git a/net/mac80211/driver-trace.c b/net/mac80211/trace.c index 8ed8711b1a6d..943da6e7076c 100644 --- a/net/mac80211/driver-trace.c +++ b/net/mac80211/trace.c | |||
@@ -5,5 +5,5 @@ | |||
5 | #ifndef __CHECKER__ | 5 | #ifndef __CHECKER__ |
6 | #include "driver-ops.h" | 6 | #include "driver-ops.h" |
7 | #define CREATE_TRACE_POINTS | 7 | #define CREATE_TRACE_POINTS |
8 | #include "driver-trace.h" | 8 | #include "trace.h" |
9 | #endif | 9 | #endif |
diff --git a/net/mac80211/driver-trace.h b/net/mac80211/trace.h index a0f7d357884d..392bcc9f6a12 100644 --- a/net/mac80211/driver-trace.h +++ b/net/mac80211/trace.h | |||
@@ -1637,5 +1637,5 @@ TRACE_EVENT(stop_queue, | |||
1637 | #undef TRACE_INCLUDE_PATH | 1637 | #undef TRACE_INCLUDE_PATH |
1638 | #define TRACE_INCLUDE_PATH . | 1638 | #define TRACE_INCLUDE_PATH . |
1639 | #undef TRACE_INCLUDE_FILE | 1639 | #undef TRACE_INCLUDE_FILE |
1640 | #define TRACE_INCLUDE_FILE driver-trace | 1640 | #define TRACE_INCLUDE_FILE trace |
1641 | #include <trace/define_trace.h> | 1641 | #include <trace/define_trace.h> |