From f7f2bd753effda98b4d5207d31a0c6ae85e10767 Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Sat, 20 Mar 2004 19:57:47 +0000 Subject: Don't announce MAC addresses twice. (ieee80211_ifattach() calls ether_ifattach().) --- sys/dev/wi/if_wi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/wi') diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index d26577fd0e777..c0361991e21f4 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -295,7 +295,6 @@ wi_attach(device_t dev) wi_free(dev); return (error); } - device_printf(dev, "802.11 address: %6D\n", ic->ic_myaddr, ":"); /* Read NIC identification */ wi_read_nicid(sc); -- cgit v1.3