aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/930-ath10k_add_tpt_led_trigger.patch
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen <toke@toke.dk>2017-09-06 14:53:19 +0200
committerJohn Crispin <john@phrozen.org>2017-09-11 17:16:17 +0200
commit76c3a033f63aba10047a141ccdae303bc9db571e (patch)
treef37a13b7a7c719551d5a50c4af89e578200f8564 /package/kernel/mac80211/patches/930-ath10k_add_tpt_led_trigger.patch
parentb30ba14e2a858cfebcfdbc38348ab96a6d179556 (diff)
downloadupstream-76c3a033f63aba10047a141ccdae303bc9db571e.tar.gz
upstream-76c3a033f63aba10047a141ccdae303bc9db571e.tar.bz2
upstream-76c3a033f63aba10047a141ccdae303bc9db571e.zip
ath10k: Re-enable intermediate softqueues for all devices
The upstream ath10k driver disables the intermediate softqueues for some devices. This patch reverts that behaviour and always enables the softqueues (and associated bufferbloat fixes). We have had reports of people running this with good results: https://lists.bufferbloat.net/pipermail/make-wifi-fast/2017-September/001497.html This also refreshes mac80211 patches. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Diffstat (limited to 'package/kernel/mac80211/patches/930-ath10k_add_tpt_led_trigger.patch')
-rw-r--r--package/kernel/mac80211/patches/930-ath10k_add_tpt_led_trigger.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/930-ath10k_add_tpt_led_trigger.patch b/package/kernel/mac80211/patches/930-ath10k_add_tpt_led_trigger.patch
index 4cf1b9f92a..6137a50bcf 100644
--- a/package/kernel/mac80211/patches/930-ath10k_add_tpt_led_trigger.patch
+++ b/package/kernel/mac80211/patches/930-ath10k_add_tpt_led_trigger.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
-@@ -8003,6 +8003,21 @@ static int ath10k_mac_init_rd(struct ath
+@@ -8007,6 +8007,21 @@ static int ath10k_mac_init_rd(struct ath
return 0;
}
@@ -22,7 +22,7 @@
int ath10k_mac_register(struct ath10k *ar)
{
static const u32 cipher_suites[] = {
-@@ -8248,6 +8263,12 @@ int ath10k_mac_register(struct ath10k *a
+@@ -8244,6 +8259,12 @@ int ath10k_mac_register(struct ath10k *a
ar->hw->wiphy->cipher_suites = cipher_suites;
ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);