PERFORCE change 151571 for review

Sam Leffler sam at FreeBSD.org
Sun Oct 19 21:21:47 UTC 2008


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

Change 151571 by sam at 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.
 	 */


More information about the p4-projects mailing list