Date: Fri, 29 Feb 2008 19:47:39 GMT From: Sepherosa Ziehau <sephe@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 136416 for review Message-ID: <200802291947.m1TJldco092294@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=136416 Change 136416 by sephe@sephe_enigma:sam_vap on 2008/02/28 11:09:02 Unbreak build with INVARIANTS Affected files ... .. //depot/projects/vap/sys/dev/bwi/if_bwi.c#3 edit Differences ... ==== //depot/projects/vap/sys/dev/bwi/if_bwi.c#3 (text+ko) ==== @@ -3811,7 +3811,7 @@ BWI_ASSERT_LOCKED(sc); KASSERT(sc->sc_ic.ic_opmode != IEEE80211_M_MONITOR, - ("opmode %d", sc->sc_ic->ic_opmode)); + ("opmode %d", sc->sc_ic.ic_opmode)); KASSERT(sc->sc_cur_regwin->rw_type == BWI_REGWIN_T_MAC, ("current regwin type %d", sc->sc_cur_regwin->rw_type));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802291947.m1TJldco092294>
