]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: ibmveth: force reconfiguring checksum settings on startup
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Thu, 28 Apr 2011 01:59:15 +0000 (11:59 +1000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2011 20:45:41 +0000 (13:45 -0700)
commitb801a4e7092bb869fb5a7d8ee11a9435c5c7b2b1
treeb60687ef87ca13cc19d2770a0a4ef0a912c1c606
parent89b4208e2861bc7dc325840b44bae302a4e30add
net: ibmveth: force reconfiguring checksum settings on startup

Commit b9367bf3ee6d ("net: ibmveth: convert to hw_features") accidentally
removed call to ibmveth_set_csum_offload() in ibmveth_probe(). Put the
call back where it was, but with additional error checking provided
by ibmveth_set_features().

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
[sfr: dev -> netdev]
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ibmveth.c