On Mon, Sep 12, 2011 at 4:47 AM, Dani Camps <danicamp...@yahoo.com> wrote:
> What I am not thinking is whether it is possible that the same packet stays
> in "list" during several times that the function ath5k_tx_processq is
> called, and therefore we are adding up the transmission time of the same
> packet several times when it should only be counted once. Does this make any
> sense ?

This is absolutely the case.  Packets are only considered transmitted
when the tx status callback is invoked.  And (for now) completed
packets might remain in the list as well.

-- 
Bob Copeland %% www.bobcopeland.com
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to