]> git.baikalelectronics.ru Git - kernel.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)
commitdcd3de81029712fd78a1cdf0100ee1bea6f2e599
treeb7c41670c2337107486848c44a699b3c40699edf
parent123bb38185693780269fba56a609ca155e1103c5
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