On Thu, 2009-03-26 at 12:27 +0100, Johannes Berg wrote: > This patch adds (optional) debugging for each driver call > (except tx) that can print out the call, its parameters and > the return value from the driver. I did this by adding static > inlines for each driver operation and integrating debugging > into them, thus all driver calls are now written as > > drv_<op>(local, ...); > > instead of > > local->ops-><op>(&local->hw, ...); > > Some of the inlines have also gotten the existence check and > default return values for the call integrated into them. This patch dropped some output for the no-conf_tx case that Jouni explicitly added for that case, I have a new version on my homepage but am looking into ftrace right now. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part