]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
r8169: fix rtl_hw_jumbo_disable for RTL8168evl
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 7 Dec 2019 21:21:52 +0000 (22:21 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 6 Jan 2020 13:39:24 +0000 (07:39 -0600)
BugLink: https://bugs.launchpad.net/bugs/1858424
[ Upstream commit 0fc75219fe9a3c90631453e9870e4f6d956f0ebc ]

In referenced fix we removed the RTL8168e-specific jumbo config for
RTL8168evl in rtl_hw_jumbo_enable(). We have to do the same in
rtl_hw_jumbo_disable().

v2: fix referenced commit id

Fixes: 14012c9f3bb9 ("r8169: fix jumbo configuration for RTL8168evl")
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/net/ethernet/realtek/r8169_main.c

index 1d67eeeab79d6f446926b5f93a341df9189b622a..235d51ea4d3979565ba6a0617c77251ef7a866dc 100644 (file)
@@ -4145,7 +4145,7 @@ static void rtl_hw_jumbo_disable(struct rtl8169_private *tp)
        case RTL_GIGA_MAC_VER_27 ... RTL_GIGA_MAC_VER_28:
                r8168dp_hw_jumbo_disable(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_disable(tp);
                break;
        default: