From: Peter Oh Date: Wed, 18 Mar 2015 18:39:18 +0000 (-0700) Subject: ath10k: enable channel 144 on 5GHz band X-Git-Tag: v4.2-rc1~130^2~230^2~34^2~70 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4a7898fed5f30af7d7ef78415560e68712ed6c20;p=karo-tx-linux.git ath10k: enable channel 144 on 5GHz band Enable channel 144 on 5GHz band since 802.11ac introduced it. Signed-off-by: Peter Oh Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index 60e416eb23d0..6299166ab04e 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c @@ -5482,6 +5482,7 @@ static const struct ieee80211_channel ath10k_5ghz_channels[] = { CHAN5G(132, 5660, 0), CHAN5G(136, 5680, 0), CHAN5G(140, 5700, 0), + CHAN5G(144, 5720, 0), CHAN5G(149, 5745, 0), CHAN5G(153, 5765, 0), CHAN5G(157, 5785, 0),