diff options
author | David S. Miller <davem@davemloft.net> | 2013-08-09 13:09:41 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-09 13:09:41 -0700 |
commit | 71acc0ddd499cc323199fb1ae350ce9ea0744352 (patch) | |
tree | 496bb919783bb8a89302774be8c1f7a798b364ec /include/net/netns | |
parent | 477143e3fece3dc12629bb1ebd7b47e8e6e72b2b (diff) |
Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"
This reverts commit cda5f98e36576596b9230483ec52bff3cc97eb21.
As per Vlad's request.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns')
-rw-r--r-- | include/net/netns/sctp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/netns/sctp.h b/include/net/netns/sctp.h index ebfdf1e7d40..3573a81815a 100644 --- a/include/net/netns/sctp.h +++ b/include/net/netns/sctp.h @@ -129,9 +129,6 @@ struct netns_sctp { /* Threshold for autoclose timeout, in seconds. */ unsigned long max_autoclose; - - /* Flag to disable SCTP checksumming. */ - int checksum_disable; }; #endif /* __NETNS_SCTP_H__ */ |