Hello, These patches add two new attributes that are specific to scheduled scans. The wl12xx chips can use more SSIDs in scheduled scan commands than in normal scan commands. So I added a max_sched_scan_ssids element to differentiate it from what is supported in normal scans (which is represented by the existing max_scan_ssids element). For consistency, and in case some other hardware needs to differentiate the maximum size of user-specified IE data during scheduled scans (wl12xx chips don't), I also added a max_sched_scan_ie_len attribute. Cheers, Luca. Luciano Coelho (2): nl80211/cfg80211: add max_sched_scan_ssids in the hw description nl80211/cfg80211: add max_sched_scan_ie_len in the hw description include/linux/nl80211.h | 7 +++++++ include/net/cfg80211.h | 6 ++++++ net/wireless/nl80211.c | 8 ++++++-- 3 files changed, 19 insertions(+), 2 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