On Tue, 2008-06-24 at 13:38 +0300, Tomas Winkler wrote: > From: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> > > This patch adds the interval between the scan results and the last time a > beacon was received in the result of the scan. Why do we need this? > + memset(&iwe, 0, sizeof(iwe)); > + iwe.cmd = IWEVCUSTOM; > + sprintf(buf, " Last beacon: %dms ago", > + jiffies_to_msecs(jiffies - bss->last_update)); Is there no time_between() or something that accounts for wraparound? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part