The following set of patches add support for Automatic Channel Selection (ACS) offload for AP in cfg80211 and an implementation in wil6210 driver. Ahmad Masri (2): cfg80211: Add Automatic Channel Selection (ACS) offload for AP wil6210: add implementation of acs cfg80211_ops drivers/net/wireless/ath/wil6210/cfg80211.c | 140 ++++++++++++++++++++- drivers/net/wireless/ath/wil6210/debugfs.c | 154 +++++++++++++++++++++++ drivers/net/wireless/ath/wil6210/main.c | 5 + drivers/net/wireless/ath/wil6210/wil6210.h | 15 +++ drivers/net/wireless/ath/wil6210/wmi.c | 76 ++++++++++++ drivers/net/wireless/ath/wil6210/wmi.h | 3 +- include/net/cfg80211.h | 33 +++++ include/uapi/linux/nl80211.h | 65 ++++++++++ net/wireless/mlme.c | 31 +++++ net/wireless/nl80211.c | 182 ++++++++++++++++++++++++++++ net/wireless/nl80211.h | 6 + net/wireless/rdev-ops.h | 12 ++ net/wireless/trace.h | 23 ++++ 13 files changed, 742 insertions(+), 3 deletions(-) -- 1.9.1