diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2003-01-29 15:19:20 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2003-01-29 15:19:20 +0000 |
| commit | 501901c61d1488b11f2d46275ec8ad9d2444b7a1 (patch) | |
| tree | 610aca79a8510689915f3042a5f69ee0c8eb96d6 /sys/dev/xe | |
| parent | 29546985ec60a8f573249e83ced4fc6275c7253a (diff) | |
Notes
Diffstat (limited to 'sys/dev/xe')
| -rw-r--r-- | sys/dev/xe/if_xe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index 8cd29d11ab4d..6ed52828cf40 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/if_xe.c @@ -718,6 +718,8 @@ xe_intr(void *xscp) /* Deliver packet to upper layers */ if (mbp != NULL) { + mbp->m_flags |= M_HASFCS; /* FCS is included in our + * packet */ mbp->m_pkthdr.len = mbp->m_len = len; (*ifp->if_input)(ifp, mbp); /* Send the packet on its way */ ifp->if_ipackets++; /* Success! */ |
