On 10/30/07, Dan Williams <dcbw@xxxxxxxxxx> wrote: > On Tue, 2007-10-30 at 17:49 +0900, bruno randolf wrote: > > hi luis! > > > > adding the following patch lets us log the calling function names as well! > > which makes it much easier to make sense to the traces :) > > > > and i added ALQ=1 MMIOTRACE=1 and the objdump command to the Makefile as well > > to avoid forgetting that. > > > > cheers, > > bruno > > > > this time the patch is included, sorry... > > > > diff -Nurb madwifi-trace.luis/ath_hal/ah_os.c madwifi-trace/ath_hal/ah_os.c > > --- madwifi-trace.luis/ath_hal/ah_os.c 2007-10-30 17:44:48.000000000 +0900 > > +++ madwifi-trace/ath_hal/ah_os.c 2007-10-30 17:39:52.000000000 +0900 > > @@ -152,6 +152,7 @@ > > * useful for debugging and figuring out, which hal function sets which > > * registers */ > > char *ath_hal_func = NULL; > > +EXPORT_SYMBOL(ath_hal_func); > > Any particular reason this is not EXPORT_SYMBOL_GPL? Technically Dual GPL/3-clause BSD license code is functionally equivalent to 3-clause-BSD. Luis - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html