Hi, This patchset adds a new scan parameter. It allows specyfing for how long each channel should be visited during scan. I've tested this with ath9k (which doesn't have hw_scan) and ath10k (does have hw_scan). It's not super time-precise, but seems reasonable. The main motivation behind this is to allow easier ACS implementation in hostapd. This could also perhaps be useful for spectral scan and anyone interested in having ability to tune scan times (e.g. very fast initial channel scanning on mobile devices, long passive scans). I'm wondering if it would be okay to set swscan probe delay to 0 if chan_time is non-zero? Or does probe delay need to be non-zero? Or maybe it should also be configurable via a parameter? Pozdrawiam / Best regards, Michal Kazior. Michal Kazior (3): nl/cfg80211: add chan_time for scan request mac80211: add support for scan chan_time parameter ath10k: respect chan_time parameter in scan request drivers/net/wireless/ath/ath10k/mac.c | 6 ++++++ include/net/cfg80211.h | 3 +++ include/uapi/linux/nl80211.h | 7 +++++++ net/mac80211/scan.c | 22 ++++++++++++++++++++-- net/wireless/nl80211.c | 4 ++++ 5 files changed, 40 insertions(+), 2 deletions(-) -- 1.7.9.5 -- 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