netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probe
authorDenis Kirjanov <dkirjanov@kernel.org>
Sat, 30 Oct 2010 23:24:25 +0000 (16:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Oct 2010 23:24:25 +0000 (16:24 -0700)
We should not stop the egress queue during probe because it is wrong.

Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netxen/netxen_nic_main.c

index 35ae1aa..a75ba95 100644 (file)
@@ -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) {