Changeset 35890
- Timestamp:
- 2013-03-05T15:32:31+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/mac80211/patches/300-pending_work.patch
r35848 r35890 736 736 } 737 737 738 @@ -467,7 +480,7 @@ minstrel_ht_tx_status(void *priv, struct 739 740 if (!mi->sample_wait && !mi->sample_tries && mi->sample_count > 0) { 741 mi->sample_wait = 16 + 2 * MINSTREL_TRUNC(mi->avg_ampdu_len); 742 - mi->sample_tries = 2; 743 + mi->sample_tries = 1; 744 mi->sample_count--; 745 } 746 738 747 @@ -536,7 +549,7 @@ minstrel_calc_retransmit(struct minstrel 739 748 mr->retry_updated = true;
Note: See TracChangeset
for help on using the changeset viewer.