diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2004-03-20 19:57:47 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2004-03-20 19:57:47 +0000 |
| commit | f7f2bd753effda98b4d5207d31a0c6ae85e10767 (patch) | |
| tree | 6e310449c159cad783d56cdfcbdb8971cb96176b /sys/dev/wi | |
| parent | 33d13796410bcaa2a558ec3951b7d3253728a19f (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -rw-r--r-- | sys/dev/wi/if_wi.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
