diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2019-08-02 18:55:55 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2019-08-02 18:55:55 +0200 |
commit | 00813d4dd976cc823fa089840ff2f4a10dd6cd0c (patch) | |
tree | 8f2c74a928c9ea0eceb64809d9039db824ae6663 /target/linux/brcm2708/patches-4.14/950-0360-lan78xx-Fix-link-status-notifications.patch | |
parent | 19226502bf6393706defe7f049c587b32c9b4f33 (diff) | |
download | upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.gz upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.bz2 upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.zip |
brcm2708: remove linux 4.14 support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0360-lan78xx-Fix-link-status-notifications.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.14/950-0360-lan78xx-Fix-link-status-notifications.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0360-lan78xx-Fix-link-status-notifications.patch b/target/linux/brcm2708/patches-4.14/950-0360-lan78xx-Fix-link-status-notifications.patch deleted file mode 100644 index b6f050b6b8..0000000000 --- a/target/linux/brcm2708/patches-4.14/950-0360-lan78xx-Fix-link-status-notifications.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 033e0f05b592bc315c8278fce37f100d90bc64b4 Mon Sep 17 00:00:00 2001 -From: Phil Elwell <phil@raspberrypi.org> -Date: Wed, 18 Jul 2018 09:31:17 +0100 -Subject: [PATCH 360/454] lan78xx: Fix link status notifications - -The patch to allow packet reception before the first transmission broke -the notification and handling of link status changes. Move the new call -to tasklet_schedule into lan78xx_link_reset to fix it. - -See: https://github.com/raspberrypi/linux/issues/2617 - -Fixes: d407fc229cdc ("net: lan78xx: fix rx handling before first packet is send") -Suggested-by: Stefan Wahren <stefan.wahren@i2se.com> -Signed-off-by: Phil Elwell <phil@raspberrypi.org> ---- - drivers/net/usb/lan78xx.c | 2 -- - 1 file changed, 2 deletions(-) - ---- a/drivers/net/usb/lan78xx.c -+++ b/drivers/net/usb/lan78xx.c -@@ -2589,8 +2589,6 @@ static int lan78xx_open(struct net_devic - - dev->link_on = false; - -- tasklet_schedule(&dev->bh); -- - lan78xx_defer_kevent(dev, EVENT_LINK_RESET); - done: - usb_autopm_put_interface(dev->intf); |