mac80211: ath10k: adjust tx power reduction for US regulatory domain
[openwrt/openwrt.git] / package / kernel / mac80211 / patches / ath / 557-ath9k-dynack-remove-experimental-tag.patch
1 From: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
2 Date: Fri, 2 Nov 2018 21:49:59 +0100
3 Subject: [PATCH] ath9k: dynack: remove 'experimental' tag
4
5 Remove experimental tag from dynack Kconfig entry since it has
6 been tested on outdoor 25Km links
7
8 Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
9 Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
10 ---
11
12 --- a/drivers/net/wireless/ath/ath9k/Kconfig
13 +++ b/drivers/net/wireless/ath/ath9k/Kconfig
14 @@ -132,7 +132,7 @@ config ATH9K_DFS_CERTIFIED
15 except increase code size.
16
17 config ATH9K_DYNACK
18 - bool "Atheros ath9k ACK timeout estimation algorithm (EXPERIMENTAL)"
19 + bool "Atheros ath9k ACK timeout estimation algorithm"
20 depends on ATH9K
21 default n
22 ---help---