PERFORCE change 161175 for review

Warner Losh imp at FreeBSD.org
Mon Apr 27 15:48:49 UTC 2009


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

Change 161175 by imp at 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;


More information about the p4-projects mailing list