This series mainly has Johannes' rfkill porting and other two patches to allow wiphy_rfkill_polling to be done at attach time instead of at the time when the interface is brought up which used to be done before. With this series a kernel panic, which is a regression, during module unload disappears. Johannes Berg (1): ath9k: port to cfg80211 rfkill Vasanthakumar Thiagarajan (2): ath9k: Add helper to get ath9k specific current channel ath9k: Make sure we have current channel in ah_curchan before rf disable/enable drivers/net/wireless/ath/ath9k/Kconfig | 1 - drivers/net/wireless/ath/ath9k/ath9k.h | 9 --- drivers/net/wireless/ath/ath9k/hw.c | 29 ++++---- drivers/net/wireless/ath/ath9k/hw.h | 3 - drivers/net/wireless/ath/ath9k/main.c | 120 +++++++++---------------------- 5 files changed, 48 insertions(+), 114 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