From: nbd Date: Mon, 8 Mar 2010 00:34:26 +0000 (+0000) Subject: mac80211: small whitespace fix in minstrel_ht X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=5f1dd4f0adaa73856f97302de5bd4361fd1dd78a;ds=sidebyside mac80211: small whitespace fix in minstrel_ht git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20045 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/patches/560-minstrel_ht.patch b/package/mac80211/patches/560-minstrel_ht.patch index 1cb433db1..6c3d08eac 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)