igb: fix hw timestamping
authorAnders Berggren <anders@halon.se>
Fri, 4 Feb 2011 07:32:32 +0000 (07:32 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 15 Mar 2011 05:25:50 +0000 (22:25 -0700)
commit673b8b70cfae2cd0428a8ab5647571521348549a
tree1436c815655482abd5be4a03b2b075dc8b989ac5
parent0c0217b016ba8a970a6f6ab62ad0d858f39881ca
igb: fix hw timestamping

Hardware timestamping for Intel 82580 didn't work in either 2.6.36 or
2.6.37. Comparing it to Intel's igb-2.4.12 I found that the
timecounter_init clock/counter initialization was done too early.

Signed-off-by: Anders Berggren <andfers@halon.se>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/igb/igb_main.c