diff options
author | David S. Miller <davem@davemloft.net> | 2008-06-10 16:21:55 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-06-10 16:21:55 -0700 |
commit | 513fd370e6832f81ab717df4645f5ce679e44f14 (patch) | |
tree | 550da74d34d968035cafa9659c208350230caa98 /include | |
parent | 709772e6e06564ed94ba740de70185ac3d792773 (diff) | |
parent | 68c2889834602f6efed195f44439ef5d526683a8 (diff) |
Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/virtio_net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/virtio_net.h b/include/linux/virtio_net.h index 9405aa6cdf2..38c0571820f 100644 --- a/include/linux/virtio_net.h +++ b/include/linux/virtio_net.h @@ -38,7 +38,7 @@ struct virtio_net_hdr #define VIRTIO_NET_HDR_GSO_ECN 0x80 // TCP has ECN set __u8 gso_type; __u16 hdr_len; /* Ethernet + IP + tcp/udp hdrs */ - __u16 gso_size; /* Bytes to append to gso_hdr_len per frame */ + __u16 gso_size; /* Bytes to append to hdr_len per frame */ __u16 csum_start; /* Position to start checksumming from */ __u16 csum_offset; /* Offset after that to place checksum */ }; |