Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2008 19:46:38 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139468 for review
Message-ID:  <200804061946.m36Jkcbf012367@repoman.freebsd.org>

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

Change 139468 by sam@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
 }
 



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