Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2009 15:48:46 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 161175 for review
Message-ID:  <200904271548.n3RFmk5b056566@repoman.freebsd.org>

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

Change 161175 by imp@imp_lighthouse on 2009/04/27 15:48:25

	Remove now-unused variables.

Affected files ...

.. //depot/projects/vap/sys/dev/bwi/if_bwi.c#25 edit

Differences ...

==== //depot/projects/vap/sys/dev/bwi/if_bwi.c#25 (text+ko) ====

@@ -1240,7 +1240,6 @@
 bwi_init_statechg(struct bwi_softc *sc, int statechg)
 {
 	struct ifnet *ifp = sc->sc_ifp;
-	struct ieee80211com *ic = ifp->if_l2com;
 	struct bwi_mac *mac;
 	int error;
 
@@ -3690,7 +3689,6 @@
 bwi_set_bssid(struct bwi_softc *sc, const uint8_t *bssid)
 {
 	struct ifnet *ifp = sc->sc_ifp;
-	struct ieee80211com *ic = ifp->if_l2com;
 	struct bwi_mac *mac;
 	struct bwi_myaddr_bssid buf;
 	const uint8_t *p;



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