PERFORCE change 139468 for review

Sam Leffler sam at FreeBSD.org
Sun Apr 6 19:46:39 UTC 2008


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

Change 139468 by sam at sam_ebb on 2008/04/06 19:45:44

	don't hold the softc lock over ieee80211_start_all; there's no
	need and it's a LOR

Affected files ...

.. //depot/projects/vap/sys/dev/ral/rt2560.c#26 edit

Differences ...

==== //depot/projects/vap/sys/dev/ral/rt2560.c#26 (text) ====

@@ -2707,9 +2707,9 @@
 
 	callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc);
 
+	RAL_UNLOCK(sc);
+
 	ieee80211_start_all(ic);		/* start all vap's */
-
-	RAL_UNLOCK(sc);
 #undef N
 }
 


More information about the p4-projects mailing list