]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/netxen/netxen_nic_main.c
netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probe
[net-next-2.6.git] / drivers / net / netxen / netxen_nic_main.c
index 35ae1aa1289655b46300822ef989a6503a9ac1b1..a75ba9517404d94ca7c3da59472cfb80a57025c6 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) {