PERFORCE change 139280 for review

Sam Leffler sam at FreeBSD.org
Thu Apr 3 17:58:10 UTC 2008


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

Change 139280 by sam at 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


More information about the p4-projects mailing list