PERFORCE change 66379 for review

Sam Leffler sam at FreeBSD.org
Fri Dec 3 16:41:11 PST 2004


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

Change 66379 by sam at sam_ebb on 2004/12/04 00:40:33

	shorten some debug msgs

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#23 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#23 (text+ko) ====

@@ -891,7 +891,7 @@
 		if (status != 0) {
 			IEEE80211_DPRINTF(ic,
 			    IEEE80211_MSG_DEBUG | IEEE80211_MSG_AUTH,
-			    "[%s] open authentication failed (reason %d)\n",
+			    "[%s] open auth failed (reason %d)\n",
 			    ether_sprintf(ni->ni_macaddr), status);
 			/* XXX can this happen? */
 			if (ni != ic->ic_bss)
@@ -2301,7 +2301,7 @@
 		frm += 2;
 		if (status != 0) {
 			IEEE80211_DPRINTF(ic, IEEE80211_MSG_ASSOC,
-			    "[%s] %sassociation failed (reason %d)\n",
+			    "[%s] %sassoc failed (reason %d)\n",
 			    ether_sprintf(wh->i_addr2),
 			    ISREASSOC(subtype) ?  "re" : "", status);
 			if (ni != ic->ic_bss)	/* XXX never true? */
@@ -2336,7 +2336,7 @@
 				IEEE80211_F_DONEGO | IEEE80211_F_DODEL);
 		if (ni->ni_rates.rs_nrates == 0) {
 			IEEE80211_DPRINTF(ic, IEEE80211_MSG_ASSOC,
-			    "[%s] %sassociation failed (rate set mismatch)\n",
+			    "[%s] %sassoc failed (rate set mismatch)\n",
 			    ether_sprintf(wh->i_addr2),
 			    ISREASSOC(subtype) ?  "re" : "");
 			if (ni != ic->ic_bss)	/* XXX never true? */
@@ -2379,7 +2379,7 @@
 		else
 			ic->ic_flags &= ~IEEE80211_F_USEPROT;
 		IEEE80211_DPRINTF(ic, IEEE80211_MSG_ASSOC,
-		    "[%s] %sassociation success: %s preamble, %s slot time%s%s\n",
+		    "[%s] %sassoc success: %s preamble, %s slot time%s%s\n",
 		    ether_sprintf(wh->i_addr2),
 		    ISREASSOC(subtype) ? "re" : "",
 		    ic->ic_flags&IEEE80211_F_SHPREAMBLE ? "short" : "long",


More information about the p4-projects mailing list