This series is rebased on top of hostapd.git as of today but also fixes a typo I made on patch 2 where I put the event within an ifdef, this means patch 3 would not apply as well. All in one patch: http://www.kernel.org/pub/linux/kernel/people/mcgrof/patches/hostapd/acs-all-in-one-v2.patch Luis R. Rodriguez (4): hostapd: split up channel checking into helpers hostapd: add offchannel support hostapd: add survey dump support hostapd: add Automatic Channel Selection (ACS) support hostapd/Makefile | 5 + hostapd/config_file.c | 47 ++++- hostapd/defconfig | 25 +++ hostapd/hostapd.conf | 17 ++ src/ap/acs.c | 464 ++++++++++++++++++++++++++++++++++++++++++ src/ap/acs.h | 40 ++++ src/ap/ap_config.c | 15 ++ src/ap/ap_config.h | 4 + src/ap/ap_drv_ops.h | 27 +++ src/ap/drv_callbacks.c | 139 +++++++++++++- src/ap/hostapd.c | 2 + src/ap/hostapd.h | 24 +++ src/ap/hw_features.c | 188 +++++++++++------ src/drivers/driver.h | 171 +++++++++++++++- src/drivers/driver_nl80211.c | 193 ++++++++++++++++++ 15 files changed, 1290 insertions(+), 71 deletions(-) create mode 100644 src/ap/acs.c create mode 100644 src/ap/acs.h -- 1.7.4.15.g7811d -- 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