]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: fix jumbo configuration for RTL8168evl
authorHeiner Kallweit <hkallweit1@gmail.com>
Sun, 1 Dec 2019 09:27:14 +0000 (10:27 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Dec 2019 21:14:21 +0000 (13:14 -0800)
commit0b4ab0d1cf543ad824b80970e314954e0139db60
tree0a71b47f42461a7199c2c6e6fdce3dee0e519e10
parent220803af842d6a19320ac08265147f9a4a9b9ff6
r8169: fix jumbo configuration for RTL8168evl

Alan reported [0] that network is broken since the referenced commit
when using jumbo frames. This commit isn't wrong, it just revealed
another issue that has been existing before. According to the vendor
driver the RTL8168e-specific jumbo config doesn't apply for RTL8168evl.

[0] https://lkml.org/lkml/2019/11/30/119

Fixes: aea59a6d1e59 ("r8169: fix jumbo packet handling on resume from suspend")
Reported-by: Alan J. Wylie <alan@wylie.me.uk>
Tested-by: Alan J. Wylie <alan@wylie.me.uk>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c