From 9882a54c4848e2e282bca435c6aa0025d9fa37df Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 30 Aug 2021 00:46:33 +0200 Subject: kernel: bump 4.14 to 4.14.245 Compile-tested: ath79-generic Run-tested: ath79-generic Signed-off-by: David Bauer --- .../950-0265-net-lan78xx-Allow-for-VLAN-headers-in-timeout.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm2708/patches-4.14/950-0265-net-lan78xx-Allow-for-VLAN-headers-in-timeout.patch') diff --git a/target/linux/brcm2708/patches-4.14/950-0265-net-lan78xx-Allow-for-VLAN-headers-in-timeout.patch b/target/linux/brcm2708/patches-4.14/950-0265-net-lan78xx-Allow-for-VLAN-headers-in-timeout.patch index fc495f1911..fa4dbcd35e 100644 --- a/target/linux/brcm2708/patches-4.14/950-0265-net-lan78xx-Allow-for-VLAN-headers-in-timeout.patch +++ b/target/linux/brcm2708/patches-4.14/950-0265-net-lan78xx-Allow-for-VLAN-headers-in-timeout.patch @@ -17,7 +17,7 @@ Signed-off-by: Dave Stevenson --- a/drivers/net/usb/lan78xx.c +++ b/drivers/net/usb/lan78xx.c -@@ -2192,7 +2192,7 @@ static int lan78xx_change_mtu(struct net +@@ -2200,7 +2200,7 @@ static int lan78xx_change_mtu(struct net if ((ll_mtu % dev->maxpacket) == 0) return -EDOM; @@ -26,7 +26,7 @@ Signed-off-by: Dave Stevenson netdev->mtu = new_mtu; -@@ -2485,7 +2485,8 @@ static int lan78xx_reset(struct lan78xx_ +@@ -2493,7 +2493,8 @@ static int lan78xx_reset(struct lan78xx_ buf |= FCT_TX_CTL_EN_; ret = lan78xx_write_reg(dev, FCT_TX_CTL, buf); -- cgit v1.2.3