diff options
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. |