]> git.baikalelectronics.ru Git - kernel.git/commit
dccp ccid-3: Remove redundant 'options_received' struct
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Sun, 19 Sep 2010 18:14:23 +0000 (20:14 +0200)
committerGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 21 Sep 2010 10:14:26 +0000 (12:14 +0200)
commitb2dfe545eeff486a603fa05cecb820063ce93b32
treecb28f25c7c4c70f6d3c110fd7ddcf0666a5b04af
parent9a4fe150409b480de049afc83bfd055cdb3e3428
dccp ccid-3: Remove redundant 'options_received' struct

The `options_received' struct is redundant, since it re-duplicates the existing
`p' and `x_recv' fields. This patch removes the sub-struct and migrates the
format conversion operations to ccid3_hc_tx_parse_options().

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
net/dccp/ccids/ccid3.c
net/dccp/ccids/ccid3.h