diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-13 10:42:35 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-14 18:28:24 +0100 |
commit | a46d1fde4b5eb24e2d744230fdb307bbf821cdd7 (patch) | |
tree | 00441e22f0e1827ef7bc05894ad943e0346aaea3 /package/kernel/mac80211/patches/300-ath9k-Switch-to-using-mac80211-intermediate-software.patch | |
parent | adf2fef5e8665e534d4895308d9e3325df7716ba (diff) | |
download | upstream-a46d1fde4b5eb24e2d744230fdb307bbf821cdd7.tar.gz upstream-a46d1fde4b5eb24e2d744230fdb307bbf821cdd7.tar.bz2 upstream-a46d1fde4b5eb24e2d744230fdb307bbf821cdd7.zip |
mac80211: refresh patches
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mac80211/patches/300-ath9k-Switch-to-using-mac80211-intermediate-software.patch')
-rw-r--r-- | package/kernel/mac80211/patches/300-ath9k-Switch-to-using-mac80211-intermediate-software.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/300-ath9k-Switch-to-using-mac80211-intermediate-software.patch b/package/kernel/mac80211/patches/300-ath9k-Switch-to-using-mac80211-intermediate-software.patch index 57917c5b45..b93d11696c 100644 --- a/package/kernel/mac80211/patches/300-ath9k-Switch-to-using-mac80211-intermediate-software.patch +++ b/package/kernel/mac80211/patches/300-ath9k-Switch-to-using-mac80211-intermediate-software.patch @@ -875,10 +875,10 @@ Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk> - ath_txq_lock(sc, txq); - } else if (txctl->an && queue) { - WARN_ON(tid->txq != txctl->txq); -- + - if (info->flags & IEEE80211_TX_CTL_CLEAR_PS_FILT) - tid->clear_ps_filter = true; - +- - /* - * Add this frame to software queue for scheduling later - * for aggregation. |