Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2007 21:33:22 GMT
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 121542 for review
Message-ID:  <200706122133.l5CLXMbN012841@repoman.freebsd.org>

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

Change 121542 by thompsa@thompsa_heff on 2007/06/12 21:33:06

	Fix undefined variable, this file seems to have local changes and I
	hope I didnt hose them in the intergrate.

Affected files ...

.. //depot/projects/wifi/sys/dev/ath/if_ath.c#145 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ath/if_ath.c#145 (text+ko) ====

@@ -754,6 +754,7 @@
 static void
 ath_intr_body(struct ath_softc *sc, int count)
 {
+	struct ifnet *ifp = sc->sc_ifp;
 	struct ath_hal *ah = sc->sc_ah;
 	HAL_INT status;
 



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