diff options
Diffstat (limited to 'target/linux/generic/patches-4.9/721-phy_packets.patch')
-rw-r--r-- | target/linux/generic/patches-4.9/721-phy_packets.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-4.9/721-phy_packets.patch b/target/linux/generic/patches-4.9/721-phy_packets.patch index 49a9368340..22ca7df862 100644 --- a/target/linux/generic/patches-4.9/721-phy_packets.patch +++ b/target/linux/generic/patches-4.9/721-phy_packets.patch @@ -16,7 +16,7 @@ /** * struct net_device - The DEVICE structure. -@@ -1711,6 +1713,11 @@ struct net_device { +@@ -1712,6 +1714,11 @@ struct net_device { const struct ndisc_ops *ndisc_ops; #endif @@ -28,7 +28,7 @@ const struct header_ops *header_ops; unsigned int flags; -@@ -1777,6 +1784,10 @@ struct net_device { +@@ -1779,6 +1782,10 @@ struct net_device { struct mpls_dev __rcu *mpls_ptr; #endif @@ -86,7 +86,7 @@ help --- a/net/core/dev.c +++ b/net/core/dev.c -@@ -2909,10 +2909,20 @@ static int xmit_one(struct sk_buff *skb, +@@ -2904,10 +2904,20 @@ static int xmit_one(struct sk_buff *skb, if (!list_empty(&ptype_all) || !list_empty(&dev->ptype_all)) dev_queue_xmit_nit(skb, dev); |