From: Jakub Kicinski Date: Wed, 2 Apr 2014 10:33:33 +0000 (+0000) Subject: igb: fix last_rx_timestamp usage X-Git-Tag: v3.15-rc1~8^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5499a968d49f22ef166a360ffd74364bfb7233d6;p=pandora-kernel.git igb: fix last_rx_timestamp usage last_rx_timestamp should be updated only when rx time stamp is read. Also it's only used with NICs that have per-interface time stamping resources so it can be moved to adapter structure and set in igb_ptp_rx_rgtstamp(). Signed-off-by: Jakub Kicinski Acked-by: Matthew Vick Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed