PERFORCE change 67016 for review

Sam Leffler sam at FreeBSD.org
Mon Dec 13 19:10:06 PST 2004


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

Change 67016 by sam at sam_ebb on 2004/12/14 03:09:19

	cleanup some debug msgs

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_freebsd.c#10 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_freebsd.c#10 (text+ko) ====

@@ -258,9 +258,9 @@
 	struct ifnet *ifp = ic->ic_ifp;
 
 	IEEE80211_DPRINTF(ic, IEEE80211_MSG_CRYPTO,
-		"[%s] %s replay detected <rsc %ju, csc %ju>\n",
+		"[%s] %s replay detected <rsc %ju, csc %ju, keyix %u>\n",
 		ether_sprintf(wh->i_addr2), k->wk_cipher->ic_name,
-		(intmax_t) rsc, (intmax_t) k->wk_keyrsc);
+		(intmax_t) rsc, (intmax_t) k->wk_keyrsc, k->wk_keyix);
 
 	if (ifp != NULL) {		/* NB: for cipher test modules */
 		struct ieee80211_replay_event iev;
@@ -282,7 +282,7 @@
 	struct ifnet *ifp = ic->ic_ifp;
 
 	IEEE80211_DPRINTF(ic, IEEE80211_MSG_CRYPTO,
-		"[%s] Michael MIC verification failed <keyidx %d>\n",
+		"[%s] michael MIC verification failed <keyix %u>\n",
 	       ether_sprintf(wh->i_addr2), keyix);
 	ic->ic_stats.is_rx_tkipmic++;
 


More information about the p4-projects mailing list