diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2006-03-24 00:39:23 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2006-03-24 00:39:23 +0000 |
| commit | 70748c8a6f70fc278e8f4f71abda43b7b56da892 (patch) | |
| tree | 9e42ffb719bda462a922d1b301d4dc86b08a0c50 /sys/dev | |
| parent | e6c7e47534e28a5ac297173ec265f10f4b038867 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 8754348132d7..4081b9737ccd 100644 --- a/sys/dev/hme/if_hme.c +++ b/sys/dev/hme/if_hme.c @@ -1272,7 +1272,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) { |
