summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-29 12:42:01 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-29 12:42:01 +0000
commitd0859c85671dabe60c974c7e21635fa26ab1c13d (patch)
tree39061eca3a06d45205af83c571507e1c142a3fc9
parent764628c056f321ad0b64441c7ee1a498b5ce67bc (diff)
Notes
-rw-r--r--sys/dev/ie/if_ie.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index cc71f4895067..9582ad1a0557 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -2080,6 +2080,8 @@ ieinit(xsc)
}
sc->arpcom.ac_if.if_flags |= IFF_RUNNING; /* tell higher levels
* we're here */
+ sc->arpcom.ac_if.if_flags &= ~IFF_OACTIVE;
+
start_receiver(sc);
return;