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/stge | |
| parent | 2c434b2cc37b0e2861133dc15769dcdec6485a0f (diff) | |
Notes
Diffstat (limited to 'sys/dev/stge')
| -rw-r--r-- | sys/dev/stge/if_stge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stge/if_stge.c b/sys/dev/stge/if_stge.c index 451ee12d973b..caca23822bb0 100644 --- a/sys/dev/stge/if_stge.c +++ b/sys/dev/stge/if_stge.c @@ -1346,7 +1346,7 @@ stge_start_locked(struct ifnet *ifp) * If there's a BPF listener, bounce a copy of this frame * to him. */ - BPF_MTAP(ifp, m_head); + ETHER_BPF_MTAP(ifp, m_head); } if (enq > 0) { |
