]> git.baikalelectronics.ru Git - kernel.git/commit
[TFRC]: Put RX/TX initialisation into tfrc.c
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Wed, 12 Dec 2007 14:24:49 +0000 (12:24 -0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:57:15 +0000 (14:57 -0800)
commitcd3bdccc3c3d28b2f57bce4db099912ee8da323f
tree8ddb2e0b70d5ed99837919ada6664e70c876f119
parent6adea2cca1ad697732e79554e2ee2d80983d73cd
[TFRC]: Put RX/TX initialisation into tfrc.c

This separates RX/TX initialisation and puts all packet history / loss intervals
initialisation into tfrc.c.
The organisation is uniform: slab declaration -> {rx,tx}_init() -> {rx,tx}_exit()

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ccids/lib/packet_history.c
net/dccp/ccids/lib/tfrc.c