PERFORCE change 151995 for review

Sam Leffler sam at FreeBSD.org
Mon Oct 27 00:50:28 UTC 2008


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

Change 151995 by sam at sam_ebb on 2008/10/27 00:50:21

	fix build w/o IEEE80211_DEBUG

Affected files ...

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

Differences ...

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

@@ -104,9 +104,7 @@
 static int
 adhoc_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
 {
-#ifdef IEEE80211_DEBUG
 	struct ieee80211com *ic = vap->iv_ic;
-#endif
 	struct ieee80211_node *ni;
 	enum ieee80211_state ostate;
 


More information about the p4-projects mailing list