Re: [PATCH] staging: ozwpan: High resolution timers

2013-07-30 Thread Rupesh Gujare
On 30/07/13 14:12, Dan Carpenter wrote: On Tue, Jul 30, 2013 at 01:31:50PM +0100, Rupesh Gujare wrote: Current implementation assumes HZ = 1000 for calculating all internal timer intervals, which creates problem on platforms where HZ != 1000. As well we need resolution of less than 10 mSec for

Re: [PATCH] staging: ozwpan: High resolution timers

2013-07-30 Thread Dan Carpenter
On Tue, Jul 30, 2013 at 01:31:50PM +0100, Rupesh Gujare wrote: > Current implementation assumes HZ = 1000 for calculating > all internal timer intervals, which creates problem on > platforms where HZ != 1000. > > As well we need resolution of less than 10 mSec for heartbeat > calculation, this cre