diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2006-03-21 12:21:51 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2006-03-21 12:21:51 +0000 |
| commit | 5dbde3ff574239955a5fa02de72d7224ea283738 (patch) | |
| tree | 36b8f2cdc39f59e2fde2fcf995c5b7d87e35d091 /sys/dev/hme | |
| parent | a50767eb922febec15d168339a26d59d2734e9e3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hme')
| -rw-r--r-- | sys/dev/hme/if_hme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c index 17a8a0e89ff1..6af425789e26 100644 --- a/sys/dev/hme/if_hme.c +++ b/sys/dev/hme/if_hme.c @@ -1230,7 +1230,7 @@ hme_rxcksum(struct mbuf *m, u_int32_t flags) return; } - cksum = htons(~(flags & HME_XD_RXCKSUM)); + cksum = ~(flags & HME_XD_RXCKSUM); /* checksum fixup for IP options */ len = hlen - sizeof(struct ip); if (len > 0) { |
