mac80211: enhance tracing
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 7 Apr 2010 14:48:40 +0000 (16:48 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 8 Apr 2010 19:24:13 +0000 (15:24 -0400)
commitb5878a2dc5e7e7f031a52c3e15b571224cb6b540
tree4d035602f4a4d6e021eaf261f3665d4a5439cfd8
parent403820edc4ba1f2fb2514c022f2662c498ce0d11
mac80211: enhance tracing

Enhance tracing by adding tracing for a variety of
callbacks that the drivers call, and also for
internal calls (currently limited to queue status).
This can aid debugging what is going on in mac80211
in interaction with drivers, since we can now see
what drivers call and not just what mac80211 calls
in the driver.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/Kconfig
net/mac80211/agg-tx.c
net/mac80211/driver-trace.h
net/mac80211/main.c
net/mac80211/mlme.c
net/mac80211/scan.c
net/mac80211/sta_info.c
net/mac80211/util.c