From 4fa9cf6c332964b032488eaf91af25718bb17339 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 29 Apr 2012 15:00:33 +0000 Subject: linux/2.6.36: R.I.P. SVN-Revision: 31519 --- .../988-ibm_newemac_remove_netif_stop_queue.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 target/linux/generic/patches-2.6.36/988-ibm_newemac_remove_netif_stop_queue.patch (limited to 'target/linux/generic/patches-2.6.36/988-ibm_newemac_remove_netif_stop_queue.patch') 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 15d19838af..0000000000 --- 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 -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 -Reported-by: Stephen Rothwell -Signed-off-by: David S. Miller ---- - 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) { -- cgit v1.2.3