The following set of patches add support for new channels on 60GHz band and EDMG channels: -Support new channels 5 and 6 -Support EDMG channels Alexei Avshalom Lazar (3): cfg80211: Add support for 60GHz band channels 5 and 6 nl80211: Add support for EDMG channels wil6210: Add EDMG channel support drivers/net/wireless/ath/wil6210/cfg80211.c | 194 +++++++++++++++++++++++++-- drivers/net/wireless/ath/wil6210/debugfs.c | 2 +- drivers/net/wireless/ath/wil6210/main.c | 3 + drivers/net/wireless/ath/wil6210/txrx_edma.c | 2 + drivers/net/wireless/ath/wil6210/txrx_edma.h | 6 + drivers/net/wireless/ath/wil6210/wil6210.h | 6 +- drivers/net/wireless/ath/wil6210/wmi.c | 5 +- drivers/net/wireless/ath/wil6210/wmi.h | 43 +++++- include/net/cfg80211.h | 50 ++++++- include/uapi/linux/nl80211.h | 14 +- net/wireless/chan.c | 88 ++++++++++++ net/wireless/nl80211.c | 33 +++++ net/wireless/reg.c | 2 +- net/wireless/trace.h | 2 +- net/wireless/util.c | 48 ++++++- 15 files changed, 468 insertions(+), 30 deletions(-) -- 1.9.1