This series adds support for BSS color collission detection and change. This series depends on the multiple bssid one. Changes in V6 * rebase on current next tree * add 2 addition guards John Crispin (3): nl80211: add support for BSS coloring mac80211: add support for BSS color change ath11k: add support for BSS color change drivers/net/wireless/ath/ath11k/mac.c | 35 ++++ drivers/net/wireless/ath/ath11k/mac.h | 1 + drivers/net/wireless/ath/ath11k/wmi.c | 57 ++++++ drivers/net/wireless/ath/ath11k/wmi.h | 14 ++ include/net/cfg80211.h | 95 ++++++++++ include/net/mac80211.h | 28 +++ include/uapi/linux/nl80211.h | 46 +++++ net/mac80211/cfg.c | 250 +++++++++++++++++++++++++- net/mac80211/ieee80211_i.h | 12 ++ net/mac80211/iface.c | 3 + net/mac80211/tx.c | 24 ++- net/wireless/nl80211.c | 135 ++++++++++++++ net/wireless/rdev-ops.h | 12 ++ net/wireless/trace.h | 47 +++++ 14 files changed, 741 insertions(+), 18 deletions(-) -- 2.25.1