1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:20:44 +03:00

ath9k: add fix to improve reliability of powersave clients

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33290 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-08-29 08:16:34 +00:00
parent 542b91ec01
commit 008b73b3ce

View File

@ -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();