igc: Remove stale comment about Tx timestamping
authorKurt Kanzenbach <kurt@linutronix.de>
Wed, 13 Mar 2024 13:03:10 +0000 (14:03 +0100)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 25 Mar 2024 16:57:21 +0000 (09:57 -0700)
commit47ce2956c7a61ff354723e28235205fa2012265b
tree200ab5fdadf1d6d5e4f255e4c61f83f9aaeb311f
parentaec806fb4afba5fe80b09e29351379a4292baa43
igc: Remove stale comment about Tx timestamping

The initial igc Tx timestamping implementation used only one register for
retrieving Tx timestamps. Commit 3ed247e78911 ("igc: Add support for
multiple in-flight TX timestamps") added support for utilizing all four of
them e.g., for multiple domain support. Remove the stale comment/FIXME.

Fixes: 3ed247e78911 ("igc: Add support for multiple in-flight TX timestamps")
Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
Acked-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Tested-by: Naama Meir <naamax.meir@linux.intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/igc/igc_main.c