Add SDIO polling method based user defined intevals At initial development stage, when SDIO irqs problem happen, We can use this funtionality for debugging. This is only tested with AR6003 HW2.0 Sangwook Lee (5): ath6kl: Add SDIO polling function definitions ath6kl: Add SDIO polling function hook into SDIO init time ath6kl: Add SDIO polling method into menu ath6kl: Add SDIO polling file into Makefile ath6kl: Add SDIO polling function drivers/net/wireless/ath/ath6kl/Kconfig | 8 + drivers/net/wireless/ath/ath6kl/Makefile | 1 + drivers/net/wireless/ath/ath6kl/debug.h | 25 +++ drivers/net/wireless/ath/ath6kl/sdio.c | 7 + drivers/net/wireless/ath/ath6kl/sdio_poll.c | 216 +++++++++++++++++++++++++++ 5 files changed, 257 insertions(+), 0 deletions(-) create mode 100644 drivers/net/wireless/ath/ath6kl/sdio_poll.c -- 1.7.4.1 -- 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