PERFORCE change 133352 for review

Sam Leffler sam at FreeBSD.org
Tue Jan 15 13:30:03 PST 2008


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

Change 133352 by sam at sam_ebb on 2008/01/15 21:29:55

	fix build/w DEBUG enabled

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_power.c#8 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_power.c#8 (text+ko) ====

@@ -169,8 +169,8 @@
 		("operating mode %u", vap->iv_opmode));
 
 	aid = IEEE80211_AID(ni->ni_associd);
-	KASSERT(aid < ic->ic_max_aid,
-		("bogus aid %u, max %u", aid, ic->ic_max_aid));
+	KASSERT(aid < vap->iv_max_aid,
+		("bogus aid %u, max %u", aid, vap->iv_max_aid));
 
 	IEEE80211_LOCK(ic);
 	if (set != (isset(vap->iv_tim_bitmap, aid) != 0)) {


More information about the p4-projects mailing list