Hi, I'm trying to implement multi-BSS CSA. So far I've prepared some cfg80211 patches and I'd like to get feedback whether this kind of apprach is okay or not. Michal Kazior (4): nl80211: make chandef parser take nlattr arg cfg80211: rename function argument to be more readable cfg80211: implement multi-vif interface combination validation cfg80211: implement multi-BSS CSA include/net/cfg80211.h | 10 +- include/uapi/linux/nl80211.h | 2 + net/mac80211/cfg.c | 10 +- net/wireless/core.h | 36 +++++-- net/wireless/nl80211.c | 227 +++++++++++++++++++++++++++++-------------- net/wireless/rdev-ops.h | 8 +- net/wireless/trace.h | 29 +----- net/wireless/util.c | 158 ++++++++++++++++++------------ 8 files changed, 306 insertions(+), 174 deletions(-) -- 1.8.4.rc3 -- 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