summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.9/721-phy_packets.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-04-09 16:16:20 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-04-09 16:16:20 +0000
commit915969ff2c54f7c3396187dc477f1194362fe784 (patch)
treea9043596d781a6f3a41caee923fe67e035c73fcd /target/linux/generic/patches-3.9/721-phy_packets.patch
parentc3366cd164acfe68405c5fb92ddb8b2a8e8880c1 (diff)
downloadmtk-20170518-915969ff2c54f7c3396187dc477f1194362fe784.zip
mtk-20170518-915969ff2c54f7c3396187dc477f1194362fe784.tar.gz
mtk-20170518-915969ff2c54f7c3396187dc477f1194362fe784.tar.bz2
kernel: refresh patches against 3.9-rc6
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36297
Diffstat (limited to 'target/linux/generic/patches-3.9/721-phy_packets.patch')
-rw-r--r--target/linux/generic/patches-3.9/721-phy_packets.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.9/721-phy_packets.patch b/target/linux/generic/patches-3.9/721-phy_packets.patch
index 10fb731..470f54f 100644
--- a/target/linux/generic/patches-3.9/721-phy_packets.patch
+++ b/target/linux/generic/patches-3.9/721-phy_packets.patch
@@ -79,7 +79,7 @@
help
--- a/net/core/dev.c
+++ b/net/core/dev.c
-@@ -2530,9 +2530,19 @@ int dev_hard_start_xmit(struct sk_buff *
+@@ -2529,9 +2529,19 @@ int dev_hard_start_xmit(struct sk_buff *
if (!list_empty(&ptype_all))
dev_queue_xmit_nit(skb, dev);
@@ -102,7 +102,7 @@
if (rc == NETDEV_TX_OK)
txq_trans_update(txq);
return rc;
-@@ -2555,9 +2565,19 @@ gso:
+@@ -2554,9 +2564,19 @@ gso:
if (!list_empty(&ptype_all))
dev_queue_xmit_nit(nskb, dev);