]> git.baikalelectronics.ru Git - kernel.git/commit
[TFRC]: Provide central source file and debug facility
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Thu, 6 Dec 2007 14:26:38 +0000 (12:26 -0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:39 +0000 (14:56 -0800)
commit718539704bae165ccd7bdde64d132f134c62d706
tree2fb6f82ed8fec01038f4607b489086a8f2a719f9
parentc47e9a8b27486bc803e7db1590311d89a806cfad
[TFRC]: Provide central source file and debug facility

This patch changes the tfrc_lib module in the following manner:

 (1) a dedicated tfrc source file to call the packet history &
     loss interval init/exit functions.
 (2) a dedicated tfrc_pr_debug macro with toggle switch `tfrc_debug'.

Commiter note: renamed tfrc_module.c to tfrc.c, and made CONFIG_IP_DCCP_CCID3
select IP_DCCP_TFRC_LIB.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ccids/Kconfig
net/dccp/ccids/lib/Makefile
net/dccp/ccids/lib/packet_history.c
net/dccp/ccids/lib/packet_history.h
net/dccp/ccids/lib/tfrc.c [new file with mode: 0644]
net/dccp/ccids/lib/tfrc.h