diff options
| author | Christian S.J. Peron <csjp@FreeBSD.org> | 2007-03-04 03:38:08 +0000 |
|---|---|---|
| committer | Christian S.J. Peron <csjp@FreeBSD.org> | 2007-03-04 03:38:08 +0000 |
| commit | 59a0d28bacbcc668a45c393f836f97cd8b536f8a (patch) | |
| tree | 1601222866235bd2ad7ddd38e1756c289fe6c2e6 /sys/dev/bce | |
| parent | 2c434b2cc37b0e2861133dc15769dcdec6485a0f (diff) | |
Notes
Diffstat (limited to 'sys/dev/bce')
| -rw-r--r-- | sys/dev/bce/if_bce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index fc634c021f82..020d302dcaee 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -4726,7 +4726,7 @@ bce_start_locked(struct ifnet *ifp) count++; /* Send a copy of the frame to any BPF listeners. */ - BPF_MTAP(ifp, m_head); + ETHER_BPF_MTAP(ifp, m_head); } if (count == 0) { |
