mac80211: driver operation debugging

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>
This commit is contained in:
Johannes Berg
2009-07-07 13:46:22 +02:00
committed by John W. Linville
parent 99783e2cde
commit 0a2b8bb24d
5 changed files with 732 additions and 22 deletions

View File

@@ -0,0 +1,6 @@
/* bug in tracepoint.h, it should include this */
#include <linux/module.h>
#include "driver-ops.h"
#define CREATE_TRACE_POINTS
#include "driver-trace.h"