summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_wx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_wx.c')
-rw-r--r--sys/pci/if_wx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_wx.c b/sys/pci/if_wx.c
index 1316093..b455618 100644
--- a/sys/pci/if_wx.c
+++ b/sys/pci/if_wx.c
@@ -518,7 +518,7 @@ wx_mc_setup(sc)
}
sc->wx_nmca = 0;
- LIST_FOREACH(ifma, &ifp->if_multiaddrs, ifma_link) {
+ TAILQ_FOREACH(ifma, &ifp->if_multiaddrs, ifma_link) {
if (ifma->ifma_addr->sa_family != AF_LINK) {
continue;
}
OpenPOWER on IntegriCloud