OSDN Git Service

r8169: align fix_features callback with vendor driver
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 23 Oct 2019 19:09:34 +0000 (21:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Oct 2019 03:28:30 +0000 (20:28 -0700)
commit7cb83b21fd3bb9a27b1a00a2a8b436761e969f0b
tree66d3aae384886345e525f95513471cefeffd159e
parent8ca12bc36f6b3bbecb929734f2a01991ab957c63
r8169: align fix_features callback with vendor driver

This patch aligns the fix_features callback with the vendor driver and
also disables IPv6 HW checksumming and TSO if jumbo packets are used
on RTL8101/RTL8168/RTL8125.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c