Changeset 33290
- Timestamp:
- 2012-08-29T10:16:34+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/mac80211/patches/300-pending_work.patch
r33289 r33290 3487 3487 /* Aggregation logic */ 3488 3488 /*********************/ 3489 @@ -593,7 +568,7 @@ static void ath_tx_complete_aggr(struct 3490 if (!an->sleeping) { 3491 ath_tx_queue_tid(txq, tid); 3492 3493 - if (ts->ts_status & ATH9K_TXERR_FILT) 3494 + if (ts->ts_status & (ATH9K_TXERR_FILT | ATH9K_TXERR_XRETRY)) 3495 tid->ac->clear_ps_filter = true; 3496 } 3497 } 3489 3498 @@ -614,10 +589,8 @@ static void ath_tx_complete_aggr(struct 3490 3499
Note: See TracChangeset
for help on using the changeset viewer.