Date: Fri, 18 Apr 2008 20:18:56 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 140225 for review Message-ID: <200804182018.m3IKIua9093619@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=140225 Change 140225 by sam@sam_ebb on 2008/04/18 20:18:47 assert the com lock while walking the vap list Affected files ... .. //depot/projects/vap/sys/net80211/ieee80211_ht.c#20 edit Differences ... ==== //depot/projects/vap/sys/net80211/ieee80211_ht.c#20 (text+ko) ==== @@ -965,6 +965,8 @@ struct ieee80211vap *vap; int first = 1; + IEEE80211_LOCK_ASSERT(ic); + TAILQ_FOREACH(vap, &ic->ic_vaps, iv_next) { if (vap->iv_opmode != IEEE80211_M_HOSTAP) continue;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804182018.m3IKIua9093619>