svn commit: r195087 - projects/mesh11s/sys/net80211

Sam Leffler sam at FreeBSD.org
Sat Jun 27 00:52:29 UTC 2009


Author: sam
Date: Sat Jun 27 00:52:28 2009
New Revision: 195087
URL: http://svn.freebsd.org/changeset/base/195087

Log:
  fix build w/o IEEE80211_DEBUG

Modified:
  projects/mesh11s/sys/net80211/ieee80211_mesh.c

Modified: projects/mesh11s/sys/net80211/ieee80211_mesh.c
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_mesh.c	Sat Jun 27 00:52:15 2009	(r195086)
+++ projects/mesh11s/sys/net80211/ieee80211_mesh.c	Sat Jun 27 00:52:28 2009	(r195087)
@@ -186,7 +186,7 @@ mesh_newstate(struct ieee80211vap *vap, 
 			ieee80211_cancel_scan(vap);
 			break;
 		case IEEE80211_S_RUN:
-			ieee80211_iterate_nodes(&vap->iv_ic->ic_sta,
+			ieee80211_iterate_nodes(&ic->ic_sta,
 			    mesh_vdetach_peers, NULL);
 			break;
 		default:


More information about the svn-src-projects mailing list