PERFORCE change 136530 for review

Sam Leffler sam at FreeBSD.org
Fri Feb 29 23:34:33 UTC 2008


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

Change 136530 by sam at sam_ebb on 2008/02/29 23:34:13

	fix build w/o DEBUG but w/ WITNESS

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_adhoc.c#10 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_adhoc.c#10 (text+ko) ====

@@ -105,7 +105,7 @@
 	struct ieee80211_node *ni;
 	enum ieee80211_state ostate;
 
-	IEEE80211_LOCK_ASSERT(ic);
+	IEEE80211_LOCK_ASSERT(vap->iv_ic);
 
 	ostate = vap->iv_state;
 	IEEE80211_DPRINTF(vap, IEEE80211_MSG_STATE, "%s: %s -> %s (%d)\n",


More information about the p4-projects mailing list