PERFORCE change 69215 for review

Sam Leffler sam at FreeBSD.org
Tue Jan 18 09:51:57 PST 2005


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

Change 69215 by sam at sam_ebb on 2005/01/18 17:51:38

	extraneous unlock

Affected files ...

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

Differences ...

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

@@ -376,7 +376,6 @@
 	ni = ieee80211_alloc_node(nt, ic->ic_myaddr);
 	if (ni == NULL) {
 		/* XXX recovery? */
-		IEEE80211_NODE_UNLOCK(nt);
 		return;
 	}
 	IEEE80211_ADDR_COPY(ni->ni_bssid, ic->ic_myaddr);


More information about the p4-projects mailing list