]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
cxgb4vf: remove call to stop TX queues at load time.
authorDivy Le Ray <divy@chelsio.com>
Mon, 1 Nov 2010 10:59:51 +0000 (10:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Nov 2010 21:07:31 +0000 (14:07 -0700)
Stopping TX queues at driver load time is not necessary.

Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cxgb4vf/cxgb4vf_main.c

index 555ecc5a2e939b25028ac6a61cf2792da379caa7..6de5e2e448a5671afcdbb441e3810531690ddfb0 100644 (file)
@@ -2600,7 +2600,6 @@ static int __devinit cxgb4vf_pci_probe(struct pci_dev *pdev,
                pi->xact_addr_filt = -1;
                pi->rx_offload = RX_CSO;
                netif_carrier_off(netdev);
-               netif_tx_stop_all_queues(netdev);
                netdev->irq = pdev->irq;
 
                netdev->features = (NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 |