kernel: bump 4.14 to 4.14.259
[openwrt/staging/ynezz.git] / target / linux / brcm2708 / patches-4.14 / 950-0270-net-lan78xx-Add-support-for-VLAN-filtering.patch
index c66a6cde5e715a3d1d3d5331767516cf2a82c2aa..fc25c5f3d2750fe25f99d6f4e3116da741efb409 100644 (file)
@@ -15,7 +15,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
 
 --- a/drivers/net/usb/lan78xx.c
 +++ b/drivers/net/usb/lan78xx.c
-@@ -2285,7 +2285,7 @@ static int lan78xx_set_features(struct n
+@@ -2283,7 +2283,7 @@ static int lan78xx_set_features(struct n
                pdata->rfe_ctl &= ~(RFE_CTL_ICMP_COE_ | RFE_CTL_IGMP_COE_);
        }
  
@@ -24,7 +24,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
                pdata->rfe_ctl |= RFE_CTL_VLAN_FILTER_;
        else
                pdata->rfe_ctl &= ~RFE_CTL_VLAN_FILTER_;
-@@ -2834,6 +2834,9 @@ static int lan78xx_bind(struct lan78xx_n
+@@ -2832,6 +2832,9 @@ static int lan78xx_bind(struct lan78xx_n
        if (DEFAULT_TSO_CSUM_ENABLE)
                dev->net->features |= NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_SG;