mac80211: driver operation debugging
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 7 Jul 2009 11:46:22 +0000 (13:46 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 24 Jul 2009 19:05:06 +0000 (15:05 -0400)
commit0a2b8bb24d4eb67788edd71d1ef8aa86c2e17e0f
tree515bc3db1f3d46ce967320b0bb9914ccd64fddbc
parent99783e2cde6eccbd31efeb03a79f26bb5f239c36
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>
net/mac80211/Kconfig
net/mac80211/Makefile
net/mac80211/driver-ops.h
net/mac80211/driver-trace.c [new file with mode: 0644]
net/mac80211/driver-trace.h [new file with mode: 0644]