Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2008 21:30:02 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133352 for review
Message-ID:  <200801152130.m0FLU2Fm045624@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133352

Change 133352 by sam@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)) {



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