diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-08 00:34:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-08 00:34:26 +0000 |
commit | 708a33027fef211f1eb9fd6459341c6e721fd2a2 (patch) | |
tree | 09bc5bd813ad26530668b2c24a056b086175b476 /package/mac80211 | |
parent | e5f29946207274f8a9030d1ac866ba4420322ea1 (diff) | |
download | upstream-708a33027fef211f1eb9fd6459341c6e721fd2a2.tar.gz upstream-708a33027fef211f1eb9fd6459341c6e721fd2a2.tar.bz2 upstream-708a33027fef211f1eb9fd6459341c6e721fd2a2.zip |
mac80211: small whitespace fix in minstrel_ht
SVN-Revision: 20045
Diffstat (limited to 'package/mac80211')
-rw-r--r-- | package/mac80211/patches/560-minstrel_ht.patch | 2 |
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) |