Re: [PATCH 4/4] ath5k: Use SWI to trigger calibration
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2009-08-01 08:28:38
Attachments
- signature.asc [application/pgp-signature] 801 bytes
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2009-08-01 08:28:38
On Sat, 2009-08-01 at 10:24 +0200, Jiri Slaby wrote:
On 08/01/2009 10:21 AM, Johannes Berg wrote:quoted
Actually, jiffies are unsigned longYeah, this is what I meant. I agree I messed it up when I didn't write the unsigned explicitly. It might have been confusing, thanks for pointing out.
And, in addition to what you said, the code shouldn't divide jiffies, it should multiply the timeout, add it to the start time, and then use time_is_after_jiffies() or so. johannes