From: Ken ICHIKAWA Date: Fri, 21 Mar 2014 10:37:24 +0000 (-0700) Subject: igb: specify phc_index of 82575 for get_ts_info X-Git-Tag: v3.15-rc1~113^2~97^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f49da0e78f445d7a7e3e566ae4871c9428b0448;p=pandora-kernel.git igb: specify phc_index of 82575 for get_ts_info 82575 has only software timestamping capability and it has no PTP Hardware Clocks. Therefore, -1 has to be specified to the phc_index for ethtool's get_ts_info, otherwise a wrong value will be set to the phc_index. v2: move the if (adapter->ptp_clock) section specifying phc_index to above the switch statement as suggested by Matthew Vick. adapter->ptpclock will always be NULL for 82575. Signed-off-by: Ken ICHIKAWA Acked-by: Matthew Vick Tested-by: Jeff Pieper Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed