PERFORCE change 140219 for review

Sam Leffler sam at FreeBSD.org
Fri Apr 18 18:34:54 UTC 2008


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

Change 140219 by sam at 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 */
 }
 


More information about the p4-projects mailing list