This is the revised series for adding channels in licensed bands and the noise floor override. Thanks for the previous discussions, I've adopted suggestions from Zefir and Sebastian accordingly and rebased the series. For more background info, please check the v1 series: https://www.spinics.net/lists/linux-wireless/msg160266.html Cheers, Simon Ben Greear (1): ath9k: Support channels in licensed bands Simon Wunderlich (2): ath10k: add support for channels in licensed bands ath9k: add noise floor override option drivers/net/wireless/ath/ath10k/Kconfig | 20 +++++++++ drivers/net/wireless/ath/ath10k/core.h | 4 ++ drivers/net/wireless/ath/ath10k/mac.c | 10 +++++ drivers/net/wireless/ath/ath10k/wmi.c | 53 +++++++++++++++++------- drivers/net/wireless/ath/ath9k/Kconfig | 20 +++++++++ drivers/net/wireless/ath/ath9k/calib.c | 5 ++- drivers/net/wireless/ath/ath9k/common-init.c | 15 +++++++ drivers/net/wireless/ath/ath9k/debug.c | 62 ++++++++++++++++++++++++++++ drivers/net/wireless/ath/ath9k/hw.h | 5 +++ 9 files changed, 177 insertions(+), 17 deletions(-) -- 2.11.0