summaryrefslogtreecommitdiff
path: root/sys/dev/snc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-11-11 16:04:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-11-11 16:04:59 +0000
commit4a0d6638b3bb3b7ed39b852f722e904ac9a6e603 (patch)
treec961eb29eda0888de8f7fedb7d3eb12e58d687d3 /sys/dev/snc
parentb71ec5beb4714da1171cb0542ae0f601b91050bd (diff)
Notes
Diffstat (limited to 'sys/dev/snc')
-rw-r--r--sys/dev/snc/dp83932.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/snc/dp83932.c b/sys/dev/snc/dp83932.c
index bbc1e97380fd..ce7c920a0090 100644
--- a/sys/dev/snc/dp83932.c
+++ b/sys/dev/snc/dp83932.c
@@ -670,7 +670,7 @@ camprogram(sc)
ifp = sc->sc_ifp;
/* Always load our own address first. */
- camentry (sc, mcount, IFP2ENADDR(sc->sc_ifp));
+ camentry (sc, mcount, IF_LLADDR(sc->sc_ifp));
mcount++;
/* Assume we won't need allmulti bit. */