PERFORCE change 121542 for review

Andrew Thompson thompsa at FreeBSD.org
Tue Jun 12 21:33:23 UTC 2007


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

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


More information about the p4-projects mailing list