PERFORCE change 46318 for review

Sam Leffler sam at FreeBSD.org
Sun Feb 1 11:27:48 PST 2004


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

Change 46318 by sam at sam_ebb on 2004/02/01 11:26:45

	destroy ni_savedq interface mutex on node cleanup

Affected files ...

.. //depot/projects/netperf+sockets/sys/net80211/ieee80211_node.c#7 edit

Differences ...

==== //depot/projects/netperf+sockets/sys/net80211/ieee80211_node.c#7 (text+ko) ====

@@ -546,6 +546,7 @@
 		if (ic->ic_set_tim)
 			ic->ic_set_tim(ic, ni->ni_associd, 0);
 	}
+	mtx_destroy(&ni->ni_savedq.ifq_mtx);	/* XXX */
 	if (TAILQ_EMPTY(&ic->ic_node))
 		ic->ic_inact_timer = 0;
 	for (i = 0; i < N(ni->ni_rxfrag); i++)


More information about the p4-projects mailing list