vmxnet3: do not stop tx queues after netif_device_detach()
[ Upstream commit 9159f102402a64ac85e676b75cc1f9c62c5b4b73 ] The netif_device_detach() conditionally stops all tx queues if the queues are running. There is no need to call netif_tx_stop_all_queues() again. Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
9813218e96
commit
c9a7d5fe15
@@ -3765,7 +3765,6 @@ vmxnet3_suspend(struct device *device)
|
|||||||
vmxnet3_free_intr_resources(adapter);
|
vmxnet3_free_intr_resources(adapter);
|
||||||
|
|
||||||
netif_device_detach(netdev);
|
netif_device_detach(netdev);
|
||||||
netif_tx_stop_all_queues(netdev);
|
|
||||||
|
|
||||||
/* Create wake-up filters. */
|
/* Create wake-up filters. */
|
||||||
pmConf = adapter->pm_conf;
|
pmConf = adapter->pm_conf;
|
||||||
|
Reference in New Issue
Block a user