From 6e4fb77f9e3fb2a80759bdf987eadd2b1ffa84ad Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 22 Jun 2018 09:43:56 +0200 Subject: mac80211: drop 355-ath9k-limit-retries-for-powersave-response-frames.patch several people reported this bug to be causing drop out issues Signed-off-by: John Crispin (cherry picked from commit cac1a4be66f548735878beccc10dc4b1ec7ad364) --- .../patches/374-ath9k-Protect-queue-draining-by-rcu_read_lock.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel/mac80211/patches/374-ath9k-Protect-queue-draining-by-rcu_read_lock.patch') diff --git a/package/kernel/mac80211/patches/374-ath9k-Protect-queue-draining-by-rcu_read_lock.patch b/package/kernel/mac80211/patches/374-ath9k-Protect-queue-draining-by-rcu_read_lock.patch index 9970574e14..0b599b73ac 100644 --- a/package/kernel/mac80211/patches/374-ath9k-Protect-queue-draining-by-rcu_read_lock.patch +++ b/package/kernel/mac80211/patches/374-ath9k-Protect-queue-draining-by-rcu_read_lock.patch @@ -23,7 +23,7 @@ Signed-off-by: Toke Høiland-Jørgensen --- a/drivers/net/wireless/ath/ath9k/xmit.c +++ b/drivers/net/wireless/ath/ath9k/xmit.c -@@ -2930,6 +2930,8 @@ void ath_tx_node_cleanup(struct ath_soft +@@ -2915,6 +2915,8 @@ void ath_tx_node_cleanup(struct ath_soft struct ath_txq *txq; int tidno; @@ -32,7 +32,7 @@ Signed-off-by: Toke Høiland-Jørgensen for (tidno = 0; tidno < IEEE80211_NUM_TIDS; tidno++) { tid = ath_node_to_tid(an, tidno); txq = tid->txq; -@@ -2947,6 +2949,8 @@ void ath_tx_node_cleanup(struct ath_soft +@@ -2932,6 +2934,8 @@ void ath_tx_node_cleanup(struct ath_soft if (!an->sta) break; /* just one multicast ath_atx_tid */ } -- cgit v1.2.3