mac80211: small whitespace fix in minstrel_ht

SVN-Revision: 20045
master
Felix Fietkau 15 years ago
parent e5f2994620
commit 708a33027f
  1. 2
      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)

Loading…
Cancel
Save