File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
drivers/net/ethernet/intel/igc Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7032,6 +7032,8 @@ static int igc_probe(struct pci_dev *pdev,
7032
7032
device_set_wakeup_enable (& adapter -> pdev -> dev ,
7033
7033
adapter -> flags & IGC_FLAG_WOL_SUPPORTED );
7034
7034
7035
+ igc_ptp_init (adapter );
7036
+
7035
7037
igc_tsn_clear_schedule (adapter );
7036
7038
7037
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 ;
7055
7057
7056
- /* do hw tstamp init after resetting */
7057
- igc_ptp_init (adapter );
7058
-
7059
7058
/* print pcie link status and MAC address */
7060
7059
pcie_print_link_status (pdev );
7061
7060
netdev_info (netdev , "MAC: %pM\n" , netdev -> dev_addr );
You can’t perform that action at this time.
0 commit comments