Hi, This patch set adds scheduled scan implementation in the wl12xx driver. I'm sending it as RFC because it depends on the cfg82011/mac80211 changes and can't be integrated yet. Cheers, Luca. Luciano Coelho (5): wl12xx: add configuration values for scheduled scan wl12xx: listen to scheduled scan events wl12xx: add scheduled scan structures and commands wl12xx: implement scheduled scan driver operations and reporting wl12xx: export scheduled scan state in debugfs drivers/net/wireless/wl12xx/boot.c | 4 +- drivers/net/wireless/wl12xx/conf.h | 21 +++ drivers/net/wireless/wl12xx/debugfs.c | 1 + drivers/net/wireless/wl12xx/event.c | 16 +++ drivers/net/wireless/wl12xx/main.c | 79 +++++++++++ drivers/net/wireless/wl12xx/scan.c | 237 +++++++++++++++++++++++++++++++++ drivers/net/wireless/wl12xx/scan.h | 114 ++++++++++++++++ drivers/net/wireless/wl12xx/wl12xx.h | 2 + 8 files changed, 473 insertions(+), 1 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