From owner-p4-projects@FreeBSD.ORG Sat Dec 4 00:41:11 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id F1B3C16A4D0; Sat, 4 Dec 2004 00:41:10 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE40E16A4CE for ; Sat, 4 Dec 2004 00:41:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB0DD43D5C for ; Sat, 4 Dec 2004 00:41:10 +0000 (GMT) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB40fADP007194 for ; Sat, 4 Dec 2004 00:41:10 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB40fAc9007191 for perforce@freebsd.org; Sat, 4 Dec 2004 00:41:10 GMT (envelope-from sam@freebsd.org) Date: Sat, 4 Dec 2004 00:41:10 GMT Message-Id: <200412040041.iB40fAc9007191@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Subject: PERFORCE change 66379 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 00:41:11 -0000 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",