Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2007 19:10:20 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 120790 for review
Message-ID:  <200706021910.l52JAKDx006137@repoman.freebsd.org>

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

Change 120790 by sam@sam_laptop on 2007/06/02 19:09:54

	check the right place for IFF_RUNNING

Affected files ...

.. //depot/projects/wifi/sys/dev/iwi/if_iwi.c#38 edit

Differences ...

==== //depot/projects/wifi/sys/dev/iwi/if_iwi.c#38 (text+ko) ====

@@ -1609,7 +1609,7 @@
 	if (r & IWI_INTR_FATAL_ERROR) {
 		device_printf(sc->sc_dev, "firmware error\n");
 		/* don't restart if the interface isn't up */
-		if (sc->sc_ifp->if_flags & IFF_DRV_RUNNING)
+		if (sc->sc_ifp->if_drv_flags & IFF_DRV_RUNNING)
 			taskqueue_enqueue(sc->sc_tq, &sc->sc_restarttask);
 
 		sc->flags &= ~IWI_FLAG_BUSY;



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