mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Catch up with sam's changes to network interfaces.
This commit is contained in:
parent
021587f8c1
commit
6c9ecf447f
1 changed files with 1 additions and 2 deletions
|
|
@ -1229,7 +1229,7 @@ gem_start(ifp)
|
|||
* WE ARE NOW COMMITTED TO TRANSMITTING THE PACKET.
|
||||
*/
|
||||
if (ifp->if_bpf != NULL)
|
||||
bpf_mtap(ifp, m0);
|
||||
bpf_mtap(ifp->if_bpf, m0);
|
||||
|
||||
if (m != NULL)
|
||||
m_freem(m0);
|
||||
|
|
@ -1454,7 +1454,6 @@ gem_rint(sc)
|
|||
struct ifnet *ifp = &sc->sc_arpcom.ac_if;
|
||||
bus_space_tag_t t = sc->sc_bustag;
|
||||
bus_space_handle_t h = sc->sc_h;
|
||||
struct ether_header *eh;
|
||||
struct gem_rxsoft *rxs;
|
||||
struct mbuf *m;
|
||||
u_int64_t rxstat;
|
||||
|
|
|
|||
Loading…
Reference in a new issue