Here's a patchset which detects hw1.0 from the chip id register and fails the probe if found. v2: o use SOC_CHIP_ID_REV_MASK o move detection to core.c so that it's not just PCI specific o add debugfs file for reading the chip id --- Kalle Valo (2): ath10k: check chip id from the soc register during probe ath10k: add chip_id file to debugfs drivers/net/wireless/ath/ath10k/core.c | 35 ++++++++++++++++++++++++++++++- drivers/net/wireless/ath/ath10k/core.h | 3 ++- drivers/net/wireless/ath/ath10k/debug.c | 22 +++++++++++++++++++ drivers/net/wireless/ath/ath10k/hw.h | 8 +++++++ drivers/net/wireless/ath/ath10k/pci.c | 15 ++++++++++++- 5 files changed, 79 insertions(+), 4 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