ath9k: add fix to improve reliability of powersave clients
SVN-Revision: 33290
This commit is contained in:
parent
eb896ce900
commit
c965569d21
1 changed files with 9 additions and 0 deletions
|
@ -3486,6 +3486,15 @@
|
||||||
/*********************/
|
/*********************/
|
||||||
/* Aggregation logic */
|
/* 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
|
@@ -614,10 +589,8 @@ static void ath_tx_complete_aggr(struct
|
||||||
|
|
||||||
rcu_read_unlock();
|
rcu_read_unlock();
|
||||||
|
|
Loading…
Reference in a new issue