[PATCH] mac80211: mwl8k: Expand non-DFS 5G channels

2017-11-15 Thread Weixiao Zhang
Signed-off-by: Weixiao Zhang --- drivers/net/wireless/marvell/mwl8k.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/marvell/mwl8k.c b/drivers/net/wireless/marvell/mwl8k.c index e813b2ca740c..8e4e9b6919e0 100644 --- a/drivers/net/wireless/marvell

[PATCH v2] mwl8k: Expand non-DFS 5G channels

2017-11-16 Thread Weixiao Zhang
, }, { .band = NL80211_BAND_5GHZ, .center_freq = 5805, .hw_value = 161, }, { .band = NL80211_BAND_5GHZ, .center_freq = 5825, .hw_value = 165, }, Signed-off-by: Weixiao Zhang --- drivers/net/wireless/marvell/mwl8k.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers