From: Lorenzo Bianconi Date: Fri, 2 Nov 2018 20:49:59 +0000 (+0100) Subject: ath9k: dynack: remove 'experimental' tag X-Git-Tag: v5.4-rc1~1957^2~161^2~9^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55bb78d265c6bdebbe2fbfe2c7a30539f3b3412c;p=platform%2Fkernel%2Flinux-rpi.git ath9k: dynack: remove 'experimental' tag Remove experimental tag from dynack Kconfig entry since it has been tested on outdoor 25Km links Tested-by: Koen Vandeputte Signed-off-by: Lorenzo Bianconi Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath9k/Kconfig b/drivers/net/wireless/ath/ath9k/Kconfig index 1f352301..ceca23a 100644 --- a/drivers/net/wireless/ath/ath9k/Kconfig +++ b/drivers/net/wireless/ath/ath9k/Kconfig @@ -116,7 +116,7 @@ config ATH9K_DFS_CERTIFIED except increase code size. config ATH9K_DYNACK - bool "Atheros ath9k ACK timeout estimation algorithm (EXPERIMENTAL)" + bool "Atheros ath9k ACK timeout estimation algorithm" depends on ATH9K default n ---help---