]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ibmveth: Remove duplicate checksum offload setup code
authorSantiago Leon <santil@linux.vnet.ibm.com>
Fri, 3 Sep 2010 18:28:47 +0000 (18:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Sep 2010 01:21:49 +0000 (18:21 -0700)
commitbc4c6f54e4e9971717d84c630acef0c7c3c75a97
treeb7c41670c2337107486848c44a699b3c40699edf
parent0c26b6775f36ce447722e8752bc3a006ec832df3
ibmveth: Remove duplicate checksum offload setup code

Remove code in the device probe function where we set up the checksum
offload feature and replace it with a call to an existing function that
is doing the same.  This is done to clean up the driver in preparation
of adding IPv6 checksum offload support.

Signed-off-by: Robert Jennings <rcj@linux.vnet.ibm.com>
Signed-off-by: Santiago Leon <santil@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ibmveth.c