PERFORCE change 127082 for review

Andrew Thompson thompsa at FreeBSD.org
Mon Oct 1 19:45:55 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127082

Change 127082 by thompsa at thompsa_heff on 2007/10/02 02:45:04

	Whitespace.

Affected files ...

.. //depot/projects/wifi/sys/dev/ipw/if_ipw.c#30 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ipw/if_ipw.c#30 (text+ko) ====

@@ -342,7 +342,7 @@
 	ic->ic_scan_mindwell = ipw_scan_mindwell;
 
 	bpfattach2(ifp, DLT_IEEE802_11_RADIO,
-	    sizeof (struct ieee80211_frame) + sizeof (sc->sc_txtap), 
+	    sizeof (struct ieee80211_frame) + sizeof (sc->sc_txtap),
 	    &sc->sc_drvbpf);
 
 	sc->sc_rxtap_len = sizeof sc->sc_rxtap;
@@ -2148,7 +2148,7 @@
 	error = ipw_setscanopts(sc, 0x3fff, IPW_SCAN_DO_NOT_ASSOCIATE);
 	if (error != 0)
 		goto done;
- 
+
 	/*
 	 * Setup null/bogus ssid so firmware doesn't use any previous
 	 * ssid to try and associate.  This is because the ``don't


More information about the p4-projects mailing list