Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2005 17:33:07 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 77067 for review
Message-ID:  <200505161733.j4GHX7gw029819@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=77067

Change 77067 by sam@sam_laptop on 2005/05/16 17:32:10

	eliminate duplicate device name in debug msg

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_freebsd.c#8 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_freebsd.c#8 (text+ko) ====

@@ -260,8 +260,7 @@
 {
 	struct ifnet *ifp = &vap->iv_if;
 
-	IEEE80211_DPRINTF(vap, IEEE80211_MSG_SCAN,
-		"%s: notify scan done\n", ifp->if_xname);
+	IEEE80211_DPRINTF(vap, IEEE80211_MSG_SCAN, "%s\n", "notify scan done");
 
 	/* dispatch wireless event indicating scan completed */
 	rt_ieee80211msg(ifp, RTM_IEEE80211_SCAN, NULL, 0);



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