summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mtd8xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/mtd8xx.c')
-rw-r--r--sys/dev/ic/mtd8xx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/mtd8xx.c b/sys/dev/ic/mtd8xx.c
index df72c1cd56b..20789d46c00 100644
--- a/sys/dev/ic/mtd8xx.c
+++ b/sys/dev/ic/mtd8xx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mtd8xx.c,v 1.7 2004/09/28 04:37:32 brad Exp $ */
+/* $OpenBSD: mtd8xx.c,v 1.8 2005/01/15 05:24:11 brad Exp $ */
/*
* Copyright (c) 2003 Oleg Safiullin <form@pdp11.org.ru>
@@ -631,7 +631,8 @@ mtd_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
* Multicast list has changed; set the hardware
* filter accordingly.
*/
- mtd_setmulti(sc);
+ if (ifp->if_flags & IFF_RUNNING)
+ mtd_setmulti(sc);
error = 0;
}
break;