From: Ben Hutchings Date: Tue, 19 Jun 2012 19:03:41 +0000 (+0100) Subject: sfc: Replace tso_state::full_packet_space with ip_base_len X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~277^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53cb13c680b98c637d95dd731b01bc284b3aa33d;p=pandora-kernel.git sfc: Replace tso_state::full_packet_space with ip_base_len We only use tso_state::full_packet_space to calculate the IPv4 tot_len or IPv6 payload_len, not to set tso_state::packet_space. Replace it with an ip_base_len field holding the value of tot_len or payload_len before including the TCP payload, which is much more useful when constructing the new headers. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed