summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.36/988-ibm_newemac_remove_netif_stop_queue.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-29 15:00:33 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-29 15:00:33 +0000
commitafab35ea6e8ea901d900672119dec239ef27e26a (patch)
tree8ced7371de81d240795bd32cefde6e9bc16b8d7a /target/linux/generic/patches-2.6.36/988-ibm_newemac_remove_netif_stop_queue.patch
parentb2fc0c642344bd94607c6214a0ede5addd3bf5a9 (diff)
linux/2.6.36: R.I.P.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31519 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.36/988-ibm_newemac_remove_netif_stop_queue.patch')
-rw-r--r--target/linux/generic/patches-2.6.36/988-ibm_newemac_remove_netif_stop_queue.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/generic/patches-2.6.36/988-ibm_newemac_remove_netif_stop_queue.patch b/target/linux/generic/patches-2.6.36/988-ibm_newemac_remove_netif_stop_queue.patch
deleted file mode 100644
index 15d19838a..000000000
--- a/target/linux/generic/patches-2.6.36/988-ibm_newemac_remove_netif_stop_queue.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 811718f071bbd337a823b2827ca3ea2b7205d162 Mon Sep 17 00:00:00 2001
-From: David S. Miller <davem@davemloft.net>
-Date: Mon, 1 Nov 2010 08:49:51 -0700
-Subject: [PATCH] ibm_newemac: Remove netif_stop_queue() in emac_probe().
-
-Touching the queue state before register_netdev is not
-allowed, and besides the queue state before ->open()
-is "don't care"
-
-Reported-by: Josh Boyer <jwboyer@gmail.com>
-Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
-Signed-off-by: David S. Miller <davem@davemloft.net>
----
- drivers/net/ibm_newemac/core.c | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
-
---- a/drivers/net/ibm_newemac/core.c
-+++ b/drivers/net/ibm_newemac/core.c
-@@ -2871,7 +2871,6 @@ static int __devinit emac_probe(struct p
- SET_ETHTOOL_OPS(ndev, &emac_ethtool_ops);
-
- netif_carrier_off(ndev);
-- netif_stop_queue(ndev);
-
- err = register_netdev(ndev);
- if (err) {