Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 2004 00:41:10 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 66379 for review
Message-ID:  <200412040041.iB40fAc9007191@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 66379 by sam@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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412040041.iB40fAc9007191>