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 | 12dd8bb63e266b6ad5a77fffa00b575d4644f52c (patch) | |
tree | 61ae3376d1fc598b122945b138762d6cfc9534e0 /package/mac80211/patches | |
parent | 16534be0657a4a5369f9373ebe1fb1356852bc85 (diff) | |
download | upstream-12dd8bb63e266b6ad5a77fffa00b575d4644f52c.tar.gz upstream-12dd8bb63e266b6ad5a77fffa00b575d4644f52c.tar.bz2 upstream-12dd8bb63e266b6ad5a77fffa00b575d4644f52c.zip |
mac80211: small whitespace fix in minstrel_ht
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20045 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches')
-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) |