ice: remove ICE_F_PTP_EXTTS feature flag
authorJacob Keller <jacob.e.keller@intel.com>
Thu, 17 Aug 2023 00:00:54 +0000 (17:00 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 18 Sep 2023 17:41:00 +0000 (10:41 -0700)
commit12a5a28b565bfb5abab7ab17fe3c6a3c02a2affe
treeb9249fa651359c1f394a7e9366ea77d8af8d7a9a
parentdd84744cf5ea967c8d53aae6b6a45703dbc5c5c4
ice: remove ICE_F_PTP_EXTTS feature flag

The ICE_F_PTP_EXTTS feature flag is ostensibly intended to support checking
whether the device supports external timestamp pins. It is only checked in
E810-specific code flows, and is enabled for all E810-based devices. E822
and E823 flows unconditionally enable external timestamp support.

This makes the feature flag meaningless, as it is always enabled. Just
unconditionally enable support for external timestamp pins and remove this
unnecessary flag.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Sunitha Mekala <sunithax.d.mekala@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice.h
drivers/net/ethernet/intel/ice/ice_lib.c
drivers/net/ethernet/intel/ice/ice_ptp.c