From: Gerrit Renker Date: Tue, 2 Dec 2008 07:32:35 +0000 (-0800) Subject: dccp: Process incoming Change feature-negotiation options X-Git-Tag: v2.6.29-rc1~581^2~351 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e77b8363b2ea7c0d89919547c1a8b0562f298b57;p=pandora-kernel.git dccp: Process incoming Change feature-negotiation options This adds/replaces code for processing incoming ChangeL/R options. The main difference is that: * mandatory FN options are now interpreted inside the function (there are too many individual cases to do this externally); * the function returns an appropriate Reset code or 0, which is then used to fill in the data for the Reset packet. Old code, which is no longer used or referenced, has been removed. Signed-off-by: Gerrit Renker Signed-off-by: David S. Miller --- Reading git-diff-tree failed