ath10k: enable channel 144 on 5GHz band
Enable channel 144 on 5GHz band since 802.11ac introduced it. Signed-off-by: Peter Oh <poh@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
9936fa5908
commit
4a7898fed5
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue