Date: Sun, 19 Oct 2008 21:21:46 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 151571 for review Message-ID: <200810192121.m9JLLk20065145@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151571 Change 151571 by sam@sam_ebb on 2008/10/19 21:21:19 add debug msg Affected files ... .. //depot/projects/vap/sys/net80211/ieee80211_crypto.c#21 edit Differences ... ==== //depot/projects/vap/sys/net80211/ieee80211_crypto.c#21 (text+ko) ==== @@ -267,6 +267,10 @@ void *keyctx; int oflags; + IEEE80211_DPRINTF(vap, IEEE80211_MSG_CRYPTO, + "%s: cipher %u flags 0x%x keyix %u\n", + __func__, cipher, flags, key->wk_keyix); + /* * Validate cipher and set reference to cipher routines. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810192121.m9JLLk20065145>