From: Herbert Xu Date: Tue, 24 Apr 2007 00:06:40 +0000 (-0700) Subject: [NETDRV]: Perform missing csum_offset conversions X-Git-Tag: v2.6.22-rc1~1128^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=628592ccdbbb5bb751217cf02e2e7abb500d7ffe;p=pandora-kernel.git [NETDRV]: Perform missing csum_offset conversions When csum_offset was introduced we did a conversion from csum to csum_offset where applicable. A couple of drivers were missed in this process. It was harmless to begin with since the two fields coincided. Now that we've made them different with the addition of csum_start, the missed drivers must be converted or they can't send packets out at all that require checksum offload. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed