diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-02-06 10:12:15 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-02-06 10:12:15 +0000 |
| commit | 6817526d14cbd2812ff570e7a0b8b5905ab98b1b (patch) | |
| tree | 625adfe0fc45dc854cabadf252ed23af4a4d1fad /sys/dev/ie | |
| parent | 2cdd9c0332ec8dea64ef2429b1722945f2df5128 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ie')
| -rw-r--r-- | sys/dev/ie/if_ie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index ccc1f54cdca5..caed7d8ae9fb 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -2150,7 +2150,7 @@ ie_mc_reset(int unit) * Step through the list of addresses. */ ie->mcast_count = 0; - LIST_FOREACH(ifma, &ie->arpcom.ac_if.if_multiaddrs, ifma_link) { + TAILQ_FOREACH(ifma, &ie->arpcom.ac_if.if_multiaddrs, ifma_link) { if (ifma->ifma_addr->sa_family != AF_LINK) continue; |
