kernel: update 4.9 to 4.9.12
[openwrt/staging/yousong.git] / target / linux / generic / patches-4.9 / 721-phy_packets.patch
index 49a9368340343a6f80652441179fe6c125ae3ef5..22ca7df862a80fc42e276a4afc5e9b9c58ce7629 100644 (file)
@@ -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);