PERFORCE change 140225 for review

Sam Leffler sam at FreeBSD.org
Fri Apr 18 20:18:57 UTC 2008


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

Change 140225 by sam at 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;


More information about the p4-projects mailing list