diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2009-11-29 19:30:54 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2009-11-29 19:30:54 +0000 |
| commit | 8a62e9d603e10fb02771e39e1f5a01efa410fc38 (patch) | |
| tree | 1fafc9df47d5faa83b25d380120ae90ba0e5038c /sys/dev/ale | |
| parent | 7b1b18509f7c718bcac97acd3451eee863b8f69b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ale')
| -rw-r--r-- | sys/dev/ale/if_ale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ale/if_ale.c b/sys/dev/ale/if_ale.c index 04166a4cfd2a..6b34e6456e79 100644 --- a/sys/dev/ale/if_ale.c +++ b/sys/dev/ale/if_ale.c @@ -3060,7 +3060,7 @@ ale_rxfilter(struct ale_softc *sc) TAILQ_FOREACH(ifma, &sc->ale_ifp->if_multiaddrs, ifma_link) { if (ifma->ifma_addr->sa_family != AF_LINK) continue; - crc = ether_crc32_le(LLADDR((struct sockaddr_dl *) + crc = ether_crc32_be(LLADDR((struct sockaddr_dl *) ifma->ifma_addr), ETHER_ADDR_LEN); mchash[crc >> 31] |= 1 << ((crc >> 26) & 0x1f); } |
