projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd4e41
)
mac80211: minstrel_ht - increase space between sampling attempts to allow for better...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 17 Apr 2010 23:58:31 +0000
(23:58 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 17 Apr 2010 23:58:31 +0000
(23:58 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20970
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mac80211/patches/530-minstrel_ht.patch
patch
|
blob
|
history
diff --git
a/package/mac80211/patches/530-minstrel_ht.patch
b/package/mac80211/patches/530-minstrel_ht.patch
index
2b40645
..
a77e94b
100644
(file)
--- a/
package/mac80211/patches/530-minstrel_ht.patch
+++ b/
package/mac80211/patches/530-minstrel_ht.patch
@@
-474,7
+474,7
@@
+ mi->ampdu_len += info->status.ampdu_len;
+
+ if (!mi->sample_wait && !mi->sample_tries && mi->sample_count > 0) {
-+ mi->sample_wait = 4 + MINSTREL_TRUNC(mi->avg_ampdu_len);
++ mi->sample_wait = 4 +
2 *
MINSTREL_TRUNC(mi->avg_ampdu_len);
+ mi->sample_tries = 3;
+ mi->sample_count--;
+ }