PERFORCE change 135712 for review

Andrew Thompson thompsa at FreeBSD.org
Tue Feb 19 09:14:40 UTC 2008


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

Change 135712 by thompsa at 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;


More information about the p4-projects mailing list