Loading drivers/net/forcedeth.c +3 −0 Original line number Diff line number Diff line Loading @@ -6117,6 +6117,9 @@ static int nv_resume(struct pci_dev *pdev) pci_write_config_dword(pdev, NV_MSI_PRIV_OFFSET, NV_MSI_PRIV_VALUE); /* restore phy state, including autoneg */ phy_init(dev); netif_device_attach(dev); if (netif_running(dev)) { rc = nv_open(dev); Loading Loading
drivers/net/forcedeth.c +3 −0 Original line number Diff line number Diff line Loading @@ -6117,6 +6117,9 @@ static int nv_resume(struct pci_dev *pdev) pci_write_config_dword(pdev, NV_MSI_PRIV_OFFSET, NV_MSI_PRIV_VALUE); /* restore phy state, including autoneg */ phy_init(dev); netif_device_attach(dev); if (netif_running(dev)) { rc = nv_open(dev); Loading