remove duplicate ifname in debug msg

MFC after:	1 week
This commit is contained in:
Sam Leffler 2006-06-24 18:00:17 +00:00
parent 015a972c95
commit f1bf5adef5

View File

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