diff mbox series

[5/5] ath9k: dynack: remove 'experimental' tag

Message ID c3a0b7cd47466f00ee5449c4ce26da328aff5232.1541190974.git.lorenzo.bianconi@redhat.com (mailing list archive)
State Accepted
Commit 55bb78d265c6bdebbe2fbfe2c7a30539f3b3412c
Delegated to: Kalle Valo
Headers show
Series fix ath9k dynack in ad-hoc mode | expand

Commit Message

Lorenzo Bianconi Nov. 2, 2018, 8:49 p.m. UTC
Remove experimental tag from dynack Kconfig entry since it has
been tested on outdoor 25Km links

Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
---
 drivers/net/wireless/ath/ath9k/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath9k/Kconfig b/drivers/net/wireless/ath/ath9k/Kconfig
index 1f3523019509..ceca23a851d5 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---