From 708a33027fef211f1eb9fd6459341c6e721fd2a2 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 8 Mar 2010 00:34:26 +0000
Subject: [PATCH] mac80211: small whitespace fix in minstrel_ht

SVN-Revision: 20045
---
 package/mac80211/patches/560-minstrel_ht.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
GitLab