From: Denis Kirjanov Date: Sat, 30 Oct 2010 23:24:25 +0000 (-0700) Subject: netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probe X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c117e4a2bb49116b0b51df06bbabe638d28dfae7;p=linux-beck.git netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probe We should not stop the egress queue during probe because it is wrong. Signed-off-by: Denis Kirjanov Signed-off-by: David S. Miller --- diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c index 35ae1aa12896..a75ba9517404 100644 --- a/drivers/net/netxen/netxen_nic_main.c +++ b/drivers/net/netxen/netxen_nic_main.c @@ -1240,7 +1240,6 @@ netxen_setup_netdev(struct netxen_adapter *adapter, dev_warn(&pdev->dev, "failed to read mac addr\n"); netif_carrier_off(netdev); - netif_stop_queue(netdev); err = register_netdev(netdev); if (err) {