We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60b1bd commit 8eef5c3Copy full SHA for 8eef5c3
drivers/net/ethernet/intel/igc/igc_main.c
@@ -7032,6 +7032,8 @@ static int igc_probe(struct pci_dev *pdev,
7032
device_set_wakeup_enable(&adapter->pdev->dev,
7033
adapter->flags & IGC_FLAG_WOL_SUPPORTED);
7034
7035
+ igc_ptp_init(adapter);
7036
+
7037
igc_tsn_clear_schedule(adapter);
7038
7039
/* reset the hardware with the new settings */
@@ -7053,9 +7055,6 @@ static int igc_probe(struct pci_dev *pdev,
7053
7055
/* Check if Media Autosense is enabled */
7054
7056
adapter->ei = *ei;
7057
- /* do hw tstamp init after resetting */
- igc_ptp_init(adapter);
7058
-
7059
/* print pcie link status and MAC address */
7060
pcie_print_link_status(pdev);
7061
netdev_info(netdev, "MAC: %pM\n", netdev->dev_addr);
0 commit comments