diff options
Diffstat (limited to 'sys/dev/ie/if_ie.c')
-rw-r--r-- | sys/dev/ie/if_ie.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index cc71f48..9582ad1 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; |