aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_mac80211.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_mac80211.c')
-rw-r--r--plugin_mac80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_mac80211.c b/plugin_mac80211.c
index dd76d7c..497d564 100644
--- a/plugin_mac80211.c
+++ b/plugin_mac80211.c
@@ -146,7 +146,7 @@ static void _print_flag(struct trace_seq *s, struct event_format *event,
146#define SP() trace_seq_putc(s, ' ') 146#define SP() trace_seq_putc(s, ' ')
147 147
148static int drv_bss_info_changed(struct trace_seq *s, struct record *record, 148static int drv_bss_info_changed(struct trace_seq *s, struct record *record,
149 struct event_format *event, int cpu) 149 struct event_format *event)
150{ 150{
151 void *data = record->data; 151 void *data = record->data;
152 152
@@ -174,7 +174,7 @@ static int drv_bss_info_changed(struct trace_seq *s, struct record *record,
174} 174}
175 175
176static int drv_config(struct trace_seq *s, struct record *record, 176static int drv_config(struct trace_seq *s, struct record *record,
177 struct event_format *event, int cpu) 177 struct event_format *event)
178{ 178{
179 void *data = record->data; 179 void *data = record->data;
180 180