Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c6cf422 authored by Divy Le Ray's avatar Divy Le Ray Committed by David S. Miller
Browse files

cxgb4vf: remove call to stop TX queues at load time.



Stopping TX queues at driver load time is not necessary.

Signed-off-by: default avatarCasey Leedom <leedom@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0a4201fc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 |