08 Apr, 2015

1 commit

  • Every tracing file must have its own TRACE_SYSTEM defined.
    The mac80211 tracepoint header broke this and add in the middle
    of the file had:

    #undef TRACE_SYSTEM
    #define TRACE_SYSTEM mac80211_msg

    Unfortunately, this broke new code in the ftrace infrastructure.
    Moving the mac80211_msg into its own trace file with its own
    TRACE_SYSTEM defined fixes the issue.

    Link: http://lkml.kernel.org/r/1428389938.1841.1.camel@sipsolutions.net

    Reviewed-by: Johannes Berg
    Signed-off-by: Steven Rostedt

    Steven Rostedt (Red Hat)
     

24 Jun, 2012

2 commits