From: Jacob Keller Date: Fri, 28 Feb 2014 23:48:58 +0000 (-0800) Subject: ixgbe: implement SIOCGHWTSTAMP ioctl X-Git-Tag: v3.15-rc1~113^2~235^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93501d48b887ee3e032c66ee2e11706497223842;p=pandora-kernel.git ixgbe: implement SIOCGHWTSTAMP ioctl This patch adds support for the new SIOCGHWTSTAMP ioctl, which enables a process to determine the current timestamp configuration. In order to implement this, store a copy of the timestamp configuration. In addition, we can remove the 'int cmd' parameter as the new set_ts_config function doesn't use it. I also fixed a typo in the function description. -v2 * Only save the settings after validating them Signed-off-by: Jacob Keller Tested-by: Phil Schmitt Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed