]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ixgbe: PTP get_ts_info missing software support
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 31 Oct 2012 22:30:54 +0000 (22:30 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Nov 2012 21:18:28 +0000 (13:18 -0800)
commitc1f904197f775a3e88486e64d2802a142bbdfd0a
tree2166025748e3d64458382a797dc408aebb9a39cb
parent3f7a06d68337171fef9f8e7621a6d73777385619
ixgbe: PTP get_ts_info missing software support

commit 50f8d35de8ba4af311ea1176c534e8b73bb198e5 upstream.

This patch corrects the ethtool get_ts_info functon which did not state that
software timestamping was supported, even though it is.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c