Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2008 09:14:39 GMT
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135712 for review
Message-ID:  <200802190914.m1J9Ed2Z013785@repoman.freebsd.org>

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

Change 135712 by thompsa@thompsa_heff on 2008/02/19 09:14:13

	Fix the build.

Affected files ...

.. //depot/projects/wifi/sys/dev/wpi/if_wpi.c#11 edit

Differences ...

==== //depot/projects/wifi/sys/dev/wpi/if_wpi.c#11 (text+ko) ====

@@ -1331,7 +1331,6 @@
 	struct wpi_softc *sc = ifp->if_softc;
 	struct ieee80211_node *ni;
 	int error;
-	WPI_LOCK_DECL;
 
 	DPRINTF(("%s: %s -> %s\n", __func__,
 		 ieee80211_state_name[ic->ic_state],
@@ -3096,7 +3095,7 @@
 	struct ieee80211com *ic = &sc->sc_ic;
 	struct ifnet *ifp = ic->ic_ifp;
 	uint32_t tmp;
-	int ntries, error, qid;
+	int ntries, qid;
 	WPI_LOCK_DECL;
 
 	WPI_LOCK(sc);
@@ -3296,7 +3295,6 @@
 	struct wpi_softc *sc = arg;
 	struct ieee80211com *ic = &sc->sc_ic;
 	int temp;
-	WPI_LOCK_DECL;
 
 	if (ic->ic_state != IEEE80211_S_RUN)
 		return;



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