Date: Tue, 2 Oct 2007 02:45:52 GMT From: Andrew Thompson <thompsa@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 127082 for review Message-ID: <200710020245.l922jqhk076027@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127082 Change 127082 by thompsa@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710020245.l922jqhk076027>