PERFORCE change 81316 for review

Sam Leffler sam at FreeBSD.org
Mon Aug 1 22:33:41 GMT 2005


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

Change 81316 by sam at sam_ebb on 2005/08/01 22:33:00

	grab table lock on cleanup to satisfy locking assertion

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_node.c#59 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_node.c#59 (text+ko) ====

@@ -1772,6 +1772,7 @@
 	IEEE80211_DPRINTF(nt->nt_ic, IEEE80211_MSG_NODE,
 		"%s %s table\n", __func__, nt->nt_name);
 
+	IEEE80211_NODE_LOCK(nt);
 	ieee80211_free_allnodes_locked(nt);
 	IEEE80211_SCAN_LOCK_DESTROY(nt);
 	IEEE80211_NODE_LOCK_DESTROY(nt);


More information about the p4-projects mailing list