Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2008 23:35:01 GMT
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135685 for review
Message-ID:  <200802182335.m1INZ1q8003467@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135685

Change 135685 by thompsa@thompsa_heff on 2008/02/18 23:34:33

	style * 2

Affected files ...

.. //depot/projects/wifi/sys/dev/wpi/if_wpi.c#8 edit

Differences ...

==== //depot/projects/wifi/sys/dev/wpi/if_wpi.c#8 (text+ko) ====

@@ -3330,7 +3330,7 @@
 	WPI_LOCK_DECL;
 
 	if (ic->ic_state != IEEE80211_S_RUN)
-	    return;
+		return;
 
 	/* automatic rate control triggered every 500ms */
 	if (ic->ic_fixed_rate == IEEE80211_FIXED_RATE_NONE) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802182335.m1INZ1q8003467>