[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)
commit8e138e7949490eebdccbd65b1f660a0488149a6b
tree8013f8f699f3bac8daa9747183a704854150c496
parent17159b0b494ad27f397f914d6eab1b91faf57630
[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