[CCID3]: Separate most of the packet history code
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Wed, 10 Aug 2005 15:59:38 +0000 (12:59 -0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:56:28 +0000 (15:56 -0700)
This also changes the list_for_each_entry_safe_continue behaviour to match its
kerneldoc comment, that is, to start after the pos passed.

Also adds several helper functions from previously open coded fragments, making
the code more clear.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>

No differences found