sctp: correctly save sctp_adaptation from parameter.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Mon, 15 Sep 2008 20:29:49 +0000 (16:29 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 1 Oct 2008 15:34:16 +0000 (11:34 -0400)
The INIT perameter carries the adapatation value in network-byte
order.  We need to store it in host byte order as expected
by data types and the user API.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/sm_make_chunk.c

Simple merge