On Fri, Feb 18, 2011 at 1:21 PM, John W. Linville <linville@xxxxxxxxxxxxx> wrote: > + Â Â Â /* grab timestamp info for buffer control estimates */ > + Â Â Â tserv = ktime_sub(ktime_get(), skb->tstamp); [...] > + Â Â Â Â Â Â Â ewma_add(&sta->sdata->qdata[q].tserv_ns_avg, > + Â Â Â Â Â Â Â Â Â Â Â Âktime_to_ns(tserv)); I think you're still measuring how long it takes one packet to get from the end of the queue to the beginning, rather than measuring how long it takes each packet to go out? -- Nathaniel -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html