]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ath10k: enable advertising support for channel 169, 5Ghz
authorMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Tue, 27 Dec 2016 15:23:35 +0000 (20:53 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 30 Dec 2016 09:18:50 +0000 (11:18 +0200)
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>
drivers/net/wireless/ath/ath10k/core.h
drivers/net/wireless/ath/ath10k/mac.c

index 09ff8b8a644116da3532b756e29b376f64545267..c7664d6569facdee52cb499566a9287ff8731759 100644 (file)
@@ -46,7 +46,7 @@
 #define WMI_READY_TIMEOUT (5 * HZ)
 #define ATH10K_FLUSH_TIMEOUT_HZ (5 * HZ)
 #define ATH10K_CONNECTION_LOSS_HZ (3 * HZ)
-#define ATH10K_NUM_CHANS 39
+#define ATH10K_NUM_CHANS 40
 
 /* Antenna noise floor */
 #define ATH10K_DEFAULT_NOISE_FLOOR -95
index 1b34e2f12110bb34eb815d2c4fba25dd29cb5797..d1b7edba5e491ed39b2d043d783dbdb0e3f2ed33 100644 (file)
@@ -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)