diff options
author | John Crispin <john@phrozen.org> | 2018-06-22 09:43:56 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-22 09:45:43 +0200 |
commit | 6e4fb77f9e3fb2a80759bdf987eadd2b1ffa84ad (patch) | |
tree | 22f87184fc1e9385e2af610bae20185b859a9433 /package/kernel/mac80211/patches/366-ath9k-fix-more-data-flag-for-buffered-multicast-pack.patch | |
parent | 642acc0fb072aacc039434e206627afc3b59c754 (diff) | |
download | upstream-6e4fb77f9e3fb2a80759bdf987eadd2b1ffa84ad.tar.gz upstream-6e4fb77f9e3fb2a80759bdf987eadd2b1ffa84ad.tar.bz2 upstream-6e4fb77f9e3fb2a80759bdf987eadd2b1ffa84ad.zip |
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 <john@phrozen.org>
(cherry picked from commit cac1a4be66f548735878beccc10dc4b1ec7ad364)
Diffstat (limited to 'package/kernel/mac80211/patches/366-ath9k-fix-more-data-flag-for-buffered-multicast-pack.patch')
-rw-r--r-- | package/kernel/mac80211/patches/366-ath9k-fix-more-data-flag-for-buffered-multicast-pack.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/366-ath9k-fix-more-data-flag-for-buffered-multicast-pack.patch b/package/kernel/mac80211/patches/366-ath9k-fix-more-data-flag-for-buffered-multicast-pack.patch index 096eb56a2d..0f3120d671 100644 --- a/package/kernel/mac80211/patches/366-ath9k-fix-more-data-flag-for-buffered-multicast-pack.patch +++ b/package/kernel/mac80211/patches/366-ath9k-fix-more-data-flag-for-buffered-multicast-pack.patch @@ -12,7 +12,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/drivers/net/wireless/ath/ath9k/xmit.c +++ b/drivers/net/wireless/ath/ath9k/xmit.c -@@ -2451,7 +2451,6 @@ void ath_tx_cabq(struct ieee80211_hw *hw +@@ -2436,7 +2436,6 @@ void ath_tx_cabq(struct ieee80211_hw *hw .txq = sc->beacon.cabq }; struct ath_tx_info info = {}; @@ -20,7 +20,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> struct ath_buf *bf_tail = NULL; struct ath_buf *bf; LIST_HEAD(bf_q); -@@ -2495,15 +2494,10 @@ void ath_tx_cabq(struct ieee80211_hw *hw +@@ -2480,15 +2479,10 @@ void ath_tx_cabq(struct ieee80211_hw *hw if (list_empty(&bf_q)) return; |