Here's v2 of my sched scan patches. Changes from v1 are just a proper a commit log for patch 6 and removed a fixme comment which I had already fixed. --- Kalle Valo (6): ath6kl: remove a workaround from ath6kl_cfg80211_stop() ath6kl: call ath6kl_cfg80211_stop() from ath6kl_close() ath6kl: implement ath6kl_cfg80211_stop_all() ath6kl: fix value of WOW_FILTER_SSID ath6kl: fix reading of FW IE capabilities ath6kl: implement scheduled scan drivers/net/wireless/ath/ath6kl/cfg80211.c | 203 ++++++++++++++++++++++++---- drivers/net/wireless/ath/ath6kl/cfg80211.h | 6 + drivers/net/wireless/ath/ath6kl/core.h | 7 + drivers/net/wireless/ath/ath6kl/init.c | 8 + drivers/net/wireless/ath/ath6kl/main.c | 12 -- drivers/net/wireless/ath/ath6kl/sdio.c | 26 +++- drivers/net/wireless/ath/ath6kl/wmi.c | 27 ++++ drivers/net/wireless/ath/ath6kl/wmi.h | 4 - 8 files changed, 249 insertions(+), 44 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