kernel: bump 4.19 to 4.19.84
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.19 / 950-0298-lan78xx-Debounce-link-events-to-minimize-poll-storm.patch
index 20a2826d20cd7d710a183e6c4d8e96de7ee6f104..d4e61c2186e118328ce8896b86020453010a9fb3 100644 (file)
@@ -1,7 +1,7 @@
-From 48f22938df85dab9dd9fb036f755f8e95ad64fe9 Mon Sep 17 00:00:00 2001
+From 020ee4d0d438b830ee40da8d9d3414de156a11e7 Mon Sep 17 00:00:00 2001
 From: Joshua Emele <jemele@acm.org>
 Date: Wed, 7 Nov 2018 16:07:40 -0800
-Subject: [PATCH 298/773] lan78xx: Debounce link events to minimize poll storm
+Subject: [PATCH 298/806] lan78xx: Debounce link events to minimize poll storm
 
 The bInterval is set to 4 (i.e. 8 microframes => 1ms) and the only bit
 that the driver pays attention to is "link was reset". If there's a
@@ -28,7 +28,7 @@ See: https://github.com/raspberrypi/linux/issues/2447
  static int lan78xx_read_reg(struct lan78xx_net *dev, u32 index, u32 *data)
  {
        u32 *buf = kmalloc(sizeof(u32), GFP_KERNEL);
-@@ -3816,7 +3821,12 @@ static int lan78xx_probe(struct usb_inte
+@@ -3819,7 +3824,12 @@ static int lan78xx_probe(struct usb_inte
        dev->pipe_intr = usb_rcvintpipe(dev->udev,
                                        dev->ep_intr->desc.bEndpointAddress &
                                        USB_ENDPOINT_NUMBER_MASK);