diff options
Diffstat (limited to 'sys/dev/cs/if_cs.c')
-rw-r--r-- | sys/dev/cs/if_cs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index 3b28691..a10d25d 100644 --- a/sys/dev/cs/if_cs.c +++ b/sys/dev/cs/if_cs.c @@ -699,10 +699,6 @@ cs_init(void *xsc) struct ifnet *ifp = &sc->arpcom.ac_if; int i, s, rx_cfg; - /* address not known */ - if (TAILQ_EMPTY(&ifp->if_addrhead)) /* unlikely? XXX */ - return; - /* * reset whatchdog timer */ |