From: Gerrit Renker Date: Sun, 19 Sep 2010 18:14:23 +0000 (+0200) Subject: dccp ccid-3: Remove redundant 'options_received' struct X-Git-Tag: v2.6.37-rc1~147^2~388^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=536bb20b45dee3f9b77b0d250f8ed0733a5cb025;p=pandora-kernel.git 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 --- Reading git-diff-tree failed