summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-03-08 00:34:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-03-08 00:34:26 +0000
commit708a33027fef211f1eb9fd6459341c6e721fd2a2 (patch)
tree09bc5bd813ad26530668b2c24a056b086175b476 /package
parente5f29946207274f8a9030d1ac866ba4420322ea1 (diff)
downloadmaster-31e0f0ae-708a33027fef211f1eb9fd6459341c6e721fd2a2.tar.gz
master-31e0f0ae-708a33027fef211f1eb9fd6459341c6e721fd2a2.tar.bz2
master-31e0f0ae-708a33027fef211f1eb9fd6459341c6e721fd2a2.zip
mac80211: small whitespace fix in minstrel_ht
SVN-Revision: 20045
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/patches/560-minstrel_ht.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/560-minstrel_ht.patch b/package/mac80211/patches/560-minstrel_ht.patch
index 1cb433db12..6c3d08eac2 100644
--- a/package/mac80211/patches/560-minstrel_ht.patch
+++ b/package/mac80211/patches/560-minstrel_ht.patch
@@ -601,7 +601,7 @@
+ */
+ if (minstrel_get_duration(sample_idx) >
+ minstrel_get_duration(mi->max_tp_rate)) {
-+ if (mr->sample_skipped < 10)
++ if (mr->sample_skipped < 10)
+ goto next;
+
+ if (mi->sample_slow++ > 2)