OSDN Git Service

smsc75xx: fix smsc75xx_set_features()
authorEric Dumazet <edumazet@google.com>
Wed, 21 Feb 2018 05:42:26 +0000 (21:42 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 May 2018 05:49:00 +0000 (07:49 +0200)
commit65f2b43fab1f4f04fa235cbae14c70f379c590ac
treee251ffdd43e86a6657a95e7487a88edebaa3d54e
parent235968be2fac637ed6e9d3c92f31b3737cf038bf
smsc75xx: fix smsc75xx_set_features()

[ Upstream commit 88e80c62671ceecdbb77c902731ec95a4bfa62f9 ]

If an attempt is made to disable RX checksums, USB adapter is changed
but netdev->features is not, because smsc75xx_set_features() returns a
non zero value.

This throws errors from netdev_rx_csum_fault() :
<devname>: hw csum failure

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Steve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/smsc75xx.c