aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/mac.c
diff options
context:
space:
mode:
authorMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>2016-12-27 20:53:35 +0530
committerKalle Valo <kvalo@qca.qualcomm.com>2016-12-30 11:18:50 +0200
commit34c30b0a5e97e3f9e1e166f56654a1261b722611 (patch)
treed1c54c5fb201bca6ef50460d3c776c19e21a7190 /drivers/net/wireless/ath/ath10k/mac.c
parentath10k: Remove passing unused argument for ath10k_mac_tx (diff)
downloadlinux-dev-34c30b0a5e97e3f9e1e166f56654a1261b722611.tar.xz
linux-dev-34c30b0a5e97e3f9e1e166f56654a1261b722611.zip
ath10k: enable advertising support for channel 169, 5Ghz
Enable advertising support for channel 169, 5Ghz so that based on the regulatory domain(country code) this channel shall be active for use. For example in countries like India this channel shall be available for use with latest regulatory updates Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to '')
-rw-r--r--drivers/net/wireless/ath/ath10k/mac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 1b34e2f12110..d1b7edba5e49 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -7590,6 +7590,7 @@ static const struct ieee80211_channel ath10k_5ghz_channels[] = {
CHAN5G(157, 5785, 0),
CHAN5G(161, 5805, 0),
CHAN5G(165, 5825, 0),
+ CHAN5G(169, 5845, 0),
};
struct ath10k *ath10k_mac_create(size_t priv_size)