aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/ath/557-ath9k-dynack-remove-experimental-tag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mac80211/patches/ath/557-ath9k-dynack-remove-experimental-tag.patch')
-rw-r--r--package/kernel/mac80211/patches/ath/557-ath9k-dynack-remove-experimental-tag.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/ath/557-ath9k-dynack-remove-experimental-tag.patch b/package/kernel/mac80211/patches/ath/557-ath9k-dynack-remove-experimental-tag.patch
new file mode 100644
index 0000000000..2e4cffd1fa
--- /dev/null
+++ b/package/kernel/mac80211/patches/ath/557-ath9k-dynack-remove-experimental-tag.patch
@@ -0,0 +1,22 @@
+From: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
+Date: Fri, 2 Nov 2018 21:49:59 +0100
+Subject: [PATCH] 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 <koen.vandeputte@ncentric.com>
+Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
+---
+
+--- a/drivers/net/wireless/ath/ath9k/Kconfig
++++ b/drivers/net/wireless/ath/ath9k/Kconfig
+@@ -132,7 +132,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---