mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
0a2b8bb24d
This makes mac80211 use the event tracing framework to log all operations as given to the driver. This will need to be extended with more information, but as a start it should be good. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
6 lines
155 B
C
6 lines
155 B
C
/* bug in tracepoint.h, it should include this */
|
|
#include <linux/module.h>
|
|
|
|
#include "driver-ops.h"
|
|
#define CREATE_TRACE_POINTS
|
|
#include "driver-trace.h"
|