diff options
| author | Vlad Yasevich <vladislav.yasevich@hp.com> | 2008-01-07 00:27:16 -0800 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-01-08 23:30:02 -0800 |
| commit | f691724c4d3b150bfa9cc8a969ea2020e20dfb12 (patch) | |
| tree | 4c78a6dd1e934457e9ae0a38fd0bc2ff35987841 /include/net | |
| parent | [ATM]: [nicstar] delay irq setup until card is configured (diff) | |
| download | linux-f691724c4d3b150bfa9cc8a969ea2020e20dfb12.tar.gz linux-f691724c4d3b150bfa9cc8a969ea2020e20dfb12.zip | |
[SCTP]: Fix the name of the authentication event.
The even should be called SCTP_AUTHENTICATION_INDICATION.
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/sctp/user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/user.h b/include/net/sctp/user.h index 00848b641f59..954090b1e354 100644 --- a/include/net/sctp/user.h +++ b/include/net/sctp/user.h @@ -450,7 +450,7 @@ enum sctp_sn_type { SCTP_SHUTDOWN_EVENT, SCTP_PARTIAL_DELIVERY_EVENT, SCTP_ADAPTATION_INDICATION, - SCTP_AUTHENTICATION_EVENT, + SCTP_AUTHENTICATION_INDICATION, }; /* Notification error codes used to fill up the error fields in some |
