diff options
author | Vlad Yasevich <vladislav.yasevich@hp.com> | 2007-10-24 17:24:23 -0400 |
---|---|---|
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | 2007-11-07 11:39:27 -0500 |
commit | 88799fe5ec65fad1d5cb1d4dc5d8f78edb949f1c (patch) | |
tree | bcb6839aaeb0cdd7411ab7ac69a1273ed53eb1e2 /include/net | |
parent | 0ed90fb0f668fd07f14ae2007a809e8b26cd27a6 (diff) | |
download | kernel_samsung_smdk4412-88799fe5ec65fad1d5cb1d4dc5d8f78edb949f1c.zip kernel_samsung_smdk4412-88799fe5ec65fad1d5cb1d4dc5d8f78edb949f1c.tar.gz kernel_samsung_smdk4412-88799fe5ec65fad1d5cb1d4dc5d8f78edb949f1c.tar.bz2 |
SCTP: Correctly disable ADD-IP when AUTH is not supported.
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/sctp/structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index a177017..41f1039 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h @@ -1540,7 +1540,6 @@ struct sctp_association { __u8 asconf_capable; /* Does peer support ADDIP? */ __u8 prsctp_capable; /* Can peer do PR-SCTP? */ __u8 auth_capable; /* Is peer doing SCTP-AUTH? */ - __u8 addip_capable; /* Can peer do ADD-IP */ __u32 adaptation_ind; /* Adaptation Code point. */ |