diff options
author | Eric Dumazet <edumazet@google.com> | 2018-02-21 06:42:26 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-22 20:05:15 +0100 |
commit | 88e80c62671ceecdbb77c902731ec95a4bfa62f9 (patch) | |
tree | 53e1b8baebc2764ab51353b9ade417272d044f6e /fs | |
parent | netlink: put module reference if dump start fails (diff) | |
download | linux-88e80c62671ceecdbb77c902731ec95a4bfa62f9.tar.xz linux-88e80c62671ceecdbb77c902731ec95a4bfa62f9.zip |
smsc75xx: fix smsc75xx_set_features()
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions