diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-29 08:16:34 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-29 08:16:34 +0000 |
commit | 008b73b3cefdad7297e96c5ef930d34b972421fd (patch) | |
tree | 2fba371af910e5b78dbad8be091d33b76b24f649 | |
parent | 542b91ec01eaa33284cea3397bee4e9afda277f9 (diff) |
ath9k: add fix to improve reliability of powersave clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33290 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/mac80211/patches/300-pending_work.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch index 34a0ceca4..5cdf05c9a 100644 --- a/package/mac80211/patches/300-pending_work.patch +++ b/package/mac80211/patches/300-pending_work.patch @@ -3486,6 +3486,15 @@ /*********************/ /* Aggregation logic */ /*********************/ +@@ -593,7 +568,7 @@ static void ath_tx_complete_aggr(struct + if (!an->sleeping) { + ath_tx_queue_tid(txq, tid); + +- if (ts->ts_status & ATH9K_TXERR_FILT) ++ if (ts->ts_status & (ATH9K_TXERR_FILT | ATH9K_TXERR_XRETRY)) + tid->ac->clear_ps_filter = true; + } + } @@ -614,10 +589,8 @@ static void ath_tx_complete_aggr(struct rcu_read_unlock(); |