diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-02-15 14:27:38 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-02-15 14:27:38 +0000 |
| commit | 37790e7f74ba693a8b445a9c44a44c30b1bb0ded (patch) | |
| tree | 9277b5a428b1835902b0a05881401c3f11447d78 /sys/dev/em | |
| parent | 95c01e57d91eb83da031ecf1762bd8952a66b4bf (diff) | |
Notes
Diffstat (limited to 'sys/dev/em')
| -rw-r--r-- | sys/dev/em/if_em.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c index bb12250281bf2..7d3c5392c5601 100644 --- a/sys/dev/em/if_em.c +++ b/sys/dev/em/if_em.c @@ -954,6 +954,7 @@ em_init_locked(struct em_softc *sc) /* Get the latest mac address, User can use a LAA */ bcopy(IF_LLADDR(sc->ifp), sc->hw.mac_addr, ETHER_ADDR_LEN); + em_init_rx_addrs(&sc->hw); if (ifp->if_capenable & IFCAP_VLAN_HWTAGGING) em_enable_vlans(sc); |
