PERFORCE change 77067 for review

Sam Leffler sam at FreeBSD.org
Mon May 16 10:33:14 PDT 2005


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

Change 77067 by sam at 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);


More information about the p4-projects mailing list