Files
Linux/net/wireless/trace.c
T
Beni Lev 14e8a3c47e cfg80211: add tracing to rdev-ops
Add tracing to make debugging cfg80211/mac80211
(or full-mac driver) interaction easier.

Signed-off-by: Beni Lev <[email protected]>
Reviewed-by: Johannes Berg <[email protected]>
Reviewed-by: Hila Gonen <[email protected]>
Tested-by: Hila Gonen <[email protected]>
Reviewed-by: Emmanuel Grumbach <[email protected]>
[add a cast to int to sizeof() to avoid warning]
Signed-off-by: Johannes Berg <[email protected]>
2012-10-18 10:53:37 +02:00

8 lines
102 B
C

#include <linux/module.h>
#ifndef __CHECKER__
#define CREATE_TRACE_POINTS
#include "trace.h"
#endif