aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.9/721-phy_packets.patch
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2017-02-23 18:00:31 +0100
committerJohn Crispin <john@phrozen.org>2017-02-26 08:44:26 +0100
commit9c3e29033d3d285cda85047764777cde066d3bad (patch)
treed494968a1c54c14577f9629a01921fd62b02b675 /target/linux/generic/patches-4.9/721-phy_packets.patch
parent0e5d67d483ced4e4d4022916cbad158d484b0a70 (diff)
downloadupstream-9c3e29033d3d285cda85047764777cde066d3bad.tar.gz
upstream-9c3e29033d3d285cda85047764777cde066d3bad.tar.bz2
upstream-9c3e29033d3d285cda85047764777cde066d3bad.zip
kernel: update 4.9 to 4.9.12
Refresh generic patch Compiled and tested WRT1900ACS Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
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.patch6
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);