commit | 20fc4c42b2bed2dffc8e51f24645603f05b2bcef | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Wed Dec 05 07:53:38 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Jan 16 00:37:07 2013 -0800 |
tree | 88e32167c7da6f510ab45dfd3b070a5e51d0374e | |
parent | 86833f0a57c3d5f3ed8bba465369c15c831d3909 [diff] |
ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctl This patch corrects a bug introduced by commit f3444d8b. The rxmtrl value for the UDP port to timestamp on was moved above the switch statement, but was overwritten to 0 if the ioctl selected one of the V1 filters. 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>