Hello, Here is my new version of the sched_scan patches after applying the review comments. The changes from v1 are: * fixed @ssid description in cfg80211_sched_scan_request(); * cleaned the 'out_free' inside an else block; * use a trace event class for sched_scan_start/_stop and hw_scan; * a couple of patches sent separately with more common trace classes; * removed the FIF_BCN_PRBRESP_PROMISC flag on sched_scanning; * moved conditions a bit around in ieee80211_rx_h_passive_scan(), so the IEEE80211_RX_IN_SCAN flag is not needed in sched_scan; * sent a separate patch not to drop skb->len < 24 frames in scans; * fixed freeing the ies array when the sched_scan_start driver callback fails; Cheers, Luca. Luciano Coelho (3): cfg80211/nl80211: add support for scheduled scans mac80211: add support for HW scheduled scan cfg80211/nl80211: add interval attribute for scheduled scans include/linux/nl80211.h | 32 ++++++ include/net/cfg80211.h | 59 ++++++++++ include/net/mac80211.h | 50 ++++++++ net/mac80211/cfg.c | 27 +++++ net/mac80211/driver-ops.h | 29 +++++- net/mac80211/driver-trace.h | 88 ++++++++++++--- net/mac80211/ieee80211_i.h | 9 ++ net/mac80211/main.c | 6 +- net/mac80211/rx.c | 6 +- net/mac80211/scan.c | 99 ++++++++++++++++ net/wireless/core.c | 12 ++- net/wireless/core.h | 7 + net/wireless/nl80211.c | 260 +++++++++++++++++++++++++++++++++++++++++++ net/wireless/nl80211.h | 4 + net/wireless/scan.c | 62 ++++++++++ 15 files changed, 727 insertions(+), 23 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