Commit 14012c9f authored by Heiner Kallweit's avatar Heiner Kallweit Committed by David S. Miller
Browse files

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: 4ebcb113 ("r8169: fix jumbo packet handling on resume from suspend")
Reported-by: default avatarAlan J. Wylie <alan@wylie.me.uk>
Tested-by: default avatarAlan J. Wylie <alan@wylie.me.uk>
Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9bd19c63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3872,7 +3872,7 @@ static void rtl_hw_jumbo_enable(struct rtl8169_private *tp)
	case RTL_GIGA_MAC_VER_27 ... RTL_GIGA_MAC_VER_28:
		r8168dp_hw_jumbo_enable(tp);
		break;
	case RTL_GIGA_MAC_VER_31 ... RTL_GIGA_MAC_VER_34:
	case RTL_GIGA_MAC_VER_31 ... RTL_GIGA_MAC_VER_33:
		r8168e_hw_jumbo_enable(tp);
		break;
	default: