ixgbe: fix PTP ethtool timestamping function
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 21 Sep 2012 07:23:20 +0000 (07:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Oct 2012 20:46:56 +0000 (05:46 +0900)
commitd277e741c14f1b3e1fecf96e3fb98ae62d426f00
tree3c043840108c3d2402a46ae3f1eb87914deed2d3
parent9e6dcbff1c07b6f0696939d1f52ca6836e149f49
ixgbe: fix PTP ethtool timestamping function

commit 1cc92eb871d6cbb1da038b4bcd89eec3c73b9781 upstream.

This patch fixes a development issue that occurred due to invalid modes reported
in the ethtool get_ts_info function. The issue is resolved by removing
unsupported modes from the Rx supported list.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c