Date: Mon, 18 Feb 2008 23:32:59 GMT From: Andrew Thompson <thompsa@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 135684 for review Message-ID: <200802182332.m1INWxEw003291@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135684 Change 135684 by thompsa@thompsa_heff on 2008/02/18 23:32:19 style. Affected files ... .. //depot/projects/wifi/sys/dev/wpi/if_wpi.c#7 edit Differences ... ==== //depot/projects/wifi/sys/dev/wpi/if_wpi.c#7 (text+ko) ==== @@ -3329,7 +3329,7 @@ int temp; WPI_LOCK_DECL; - if ( ic->ic_state != IEEE80211_S_RUN ) + if (ic->ic_state != IEEE80211_S_RUN) return; /* automatic rate control triggered every 500ms */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802182332.m1INWxEw003291>