mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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]>
8 lines
102 B
C
8 lines
102 B
C
#include <linux/module.h>
|
|
|
|
#ifndef __CHECKER__
|
|
#define CREATE_TRACE_POINTS
|
|
#include "trace.h"
|
|
|
|
#endif
|