Second version of the tracing support to ath6kl. Changes based on Johannes' comments. v2: o simplify sdio trace calls so that their overhead is smaller when tracing is disabled o add ath6kl_sdio_scat for scatter gather o uninline ath6kl_info/warn/err() functions, fixes a compilation warning --- Kalle Valo (7): ath6kl: add tracing support and tracing points for wmi packets ath6kl: add tracing points for sdio transfers ath6kl: add tracing point for hif irqs ath6kl: adding tracing points for htc_mbox ath6kl: convert ath6kl_info/err/warn macros to real functions ath6kl: add tracing support to log functions ath6kl: add tracing support to debug message macros drivers/net/wireless/ath/ath6kl/Kconfig | 9 + drivers/net/wireless/ath/ath6kl/Makefile | 5 drivers/net/wireless/ath/ath6kl/debug.c | 66 +++++- drivers/net/wireless/ath/ath6kl/debug.h | 11 - drivers/net/wireless/ath/ath6kl/hif.c | 3 drivers/net/wireless/ath/ath6kl/htc_mbox.c | 21 ++ drivers/net/wireless/ath/ath6kl/sdio.c | 10 + drivers/net/wireless/ath/ath6kl/trace.c | 23 ++ drivers/net/wireless/ath/ath6kl/trace.h | 332 ++++++++++++++++++++++++++++ drivers/net/wireless/ath/ath6kl/txrx.c | 3 drivers/net/wireless/ath/ath6kl/wmi.c | 3 11 files changed, 474 insertions(+), 12 deletions(-) create mode 100644 drivers/net/wireless/ath/ath6kl/trace.c create mode 100644 drivers/net/wireless/ath/ath6kl/trace.h -- 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