Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2009 00:52:28 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r195087 - projects/mesh11s/sys/net80211
Message-ID:  <200906270052.n5R0qS79022004@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906270052.n5R0qS79022004>