]> git.baikalelectronics.ru Git - kernel.git/commit
[CCID3]: Use a function to update p_inv, and p is never used
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 17 Dec 2007 12:07:44 +0000 (10:07 -0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:58:21 +0000 (14:58 -0800)
commit7da513c3e914b711ec48f5ce1a8e6a73871a6b1e
tree8013f8f699f3bac8daa9747183a704854150c496
parent595b98e1623e893b37181cdb362bc29c2584e714
[CCID3]: Use a function to update p_inv, and p is never used

This patch
 1) concentrates previously scattered computation of p_inv into one function;
 2) removes the `p' element of the CCID3 RX sock (it is redundant);
 3) makes the tfrc_rx_info structure standalone, only used on demand.

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/ccid3.c
net/dccp/ccids/ccid3.h