sfc: Really allow RX checksum offload to be disabled
authorBen Hutchings <bhutchings@solarflare.com>
Wed, 28 Oct 2009 09:50:44 +0000 (02:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 09:50:44 +0000 (02:50 -0700)
We have never checked the efx_nic::rx_checksum_enabled flag everywhere
we should, and since the switch to GRO we don't check it anywhere.
It's simplest to check it in the one place where we initialise the
per-packet checksummed flag.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found