Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2008 17:58:09 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139280 for review
Message-ID:  <200804031758.m33Hw9I9098355@repoman.freebsd.org>

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

Change 139280 by sam@sam_ebb on 2008/04/03 17:58:00

	expand com lock around ic_update_mcast callback to be consistent
	with other use and to maintain lock order of com lock > driver lock

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_ioctl.c#52 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_ioctl.c#52 (text+ko) ====

@@ -3100,9 +3100,9 @@
 			(void) if_addmulti(parent, ifma->ifma_addr, NULL);
 	}
 	parent->if_ioctl = ioctl;
-	IEEE80211_UNLOCK(ic);
 
 	ic->ic_update_mcast(ic->ic_ifp);
+	IEEE80211_UNLOCK(ic);
 }
 
 int



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