Here's a small patchset exporting firmware calibration data to user space. This makes it easier to debug various calibration data related problems. Please comment. v3: * patch 1: fix comment style (Michal) * patch 3: use ath10k_debug_ prefix (Michal) v2: * never unmask the diagnostic window copy engine pipe in ath10k_ce_enable_interrupts() * add locking for diag_read_mem()/diag_write_mem() --- Kalle Valo (3): ath10k: don't enable interrupts for the diagnostic window ath10k: add diag_read() to hif ops ath10k: add cal_data debugfs file drivers/net/wireless/ath/ath10k/ce.c | 27 ++++++---- drivers/net/wireless/ath/ath10k/ce.h | 13 +++++ drivers/net/wireless/ath/ath10k/debug.c | 82 +++++++++++++++++++++++++++++++ drivers/net/wireless/ath/ath10k/hif.h | 10 ++++ drivers/net/wireless/ath/ath10k/hw.h | 2 + drivers/net/wireless/ath/ath10k/pci.c | 51 ++++++++++++------- 6 files changed, 155 insertions(+), 30 deletions(-) -- 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