summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/mac.c
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2018-01-02 16:51:01 -0800
committerKalle Valo <kvalo@codeaurora.org>2018-06-14 18:08:37 +0300
commit38441fb6fcbb97817dff5c012609860a2b39c3e9 (patch)
tree8641911e1b5ed569ff0d0a1c047461d253f2f72d /drivers/net/wireless/ath/ath10k/mac.c
parent260e629bbf441585860e21d5e10d2e88437f47c8 (diff)
downloadtalos-obmc-linux-38441fb6fcbb97817dff5c012609860a2b39c3e9.tar.gz
talos-obmc-linux-38441fb6fcbb97817dff5c012609860a2b39c3e9.zip
ath10k: support use of channel 173
The India regulatory domain allows CH 173, so add that to the available channel list. I verified basic connectivity between a 9880 and 9984 NIC. Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/mac.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/mac.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index e9c2fb318c03..f31ae3be4778 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -7858,6 +7858,9 @@ static const struct ieee80211_channel ath10k_5ghz_channels[] = {
CHAN5G(161, 5805, 0),
CHAN5G(165, 5825, 0),
CHAN5G(169, 5845, 0),
+ CHAN5G(173, 5865, 0),
+ /* If you add more, you may need to change ATH10K_MAX_5G_CHAN */
+ /* And you will definitely need to change ATH10K_NUM_CHANS in core.h */
};
struct ath10k *ath10k_mac_create(size_t priv_size)
OpenPOWER on IntegriCloud