summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bge.c
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2015-02-09 09:51:17 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2015-02-09 09:51:17 +0000
commite0b815a0584467a2c4aae9176a2b0e4be14cf10d (patch)
tree427074d5f951e1a97dd9146603b50778aa7df195 /sys/dev/pci/if_bge.c
parent6e73a0631664be2ad21f22732f9fd6968d5001d6 (diff)
if_input sets m->m_pkthdr.rcvif so we dont have to.
Diffstat (limited to 'sys/dev/pci/if_bge.c')
-rw-r--r--sys/dev/pci/if_bge.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index 43d9276771b..7be005981ef 100644
--- a/sys/dev/pci/if_bge.c
+++ b/sys/dev/pci/if_bge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bge.c,v 1.364 2015/02/09 03:09:57 dlg Exp $ */
+/* $OpenBSD: if_bge.c,v 1.365 2015/02/09 09:51:16 dlg Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -3510,7 +3510,6 @@ bge_rxeof(struct bge_softc *sc)
}
#endif
m->m_pkthdr.len = m->m_len = cur_rx->bge_len - ETHER_CRC_LEN;
- m->m_pkthdr.rcvif = ifp;
bge_rxcsum(sc, cur_rx, m);