diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /net/rose | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'net/rose')
-rw-r--r-- | net/rose/af_rose.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rose/af_rose.c b/net/rose/af_rose.c index 1c17b3648..8a681b8fb 100644 --- a/net/rose/af_rose.c +++ b/net/rose/af_rose.c @@ -552,7 +552,6 @@ static int rose_create(struct socket *sock, int protocol) sock->ops = &rose_proto_ops; sk->protocol = protocol; - sk->mtu = ROSE_MTU; /* 253 */ init_timer(&rose->timer); init_timer(&rose->idletimer); @@ -593,7 +592,6 @@ static struct sock *rose_make_new(struct sock *osk) sk->sndbuf = osk->sndbuf; sk->debug = osk->debug; sk->state = TCP_ESTABLISHED; - sk->mtu = osk->mtu; sk->sleep = osk->sleep; sk->zapped = osk->zapped; |