Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2008 18:34:53 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 140219 for review
Message-ID:  <200804181834.m3IIYrCx060454@repoman.freebsd.org>

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

Change 140219 by sam@sam_ebb on 2008/04/18 18:34:06

	fix tx99 handling broken by previous change
	Submitted by:	thompsa

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_ath.c#62 edit

Differences ...

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

@@ -1390,13 +1390,13 @@
 	ifp->if_drv_flags |= IFF_DRV_RUNNING;
 	ath_hal_intrset(ah, sc->sc_imask);
 
+	ATH_UNLOCK(sc);
+
 #ifdef ATH_TX99_DIAG
 	if (sc->sc_tx99 != NULL)
 		sc->sc_tx99->start(sc->sc_tx99);
 	else
 #endif
-	ATH_UNLOCK(sc);
-
 	ieee80211_start_all(ic);		/* start all vap's */
 }
 



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