summaryrefslogtreecommitdiffstats
path: root/net/ipx
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-09-19 19:15:08 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-09-19 19:15:08 +0000
commit03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch)
tree88db8dba75ae06ba3bad08e42c5e52efc162535c /net/ipx
parent257730f99381dd26e10b832fce4c94cae7ac1176 (diff)
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'net/ipx')
-rw-r--r--net/ipx/af_ipx.c1
-rw-r--r--net/ipx/af_spx.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/net/ipx/af_ipx.c b/net/ipx/af_ipx.c
index 85aaaa7b8..0db8e06ef 100644
--- a/net/ipx/af_ipx.c
+++ b/net/ipx/af_ipx.c
@@ -1749,7 +1749,6 @@ static int ipx_create(struct socket *sock, int protocol)
sock_init_data(sock, sk);
sk->destruct = NULL;
- sk->mtu = IPX_MTU;
sk->no_check = 1; /* Checksum off by default */
MOD_INC_USE_COUNT;
diff --git a/net/ipx/af_spx.c b/net/ipx/af_spx.c
index fb2cffeab..5b95a7e67 100644
--- a/net/ipx/af_spx.c
+++ b/net/ipx/af_spx.c
@@ -103,7 +103,6 @@ static int spx_create(struct socket *sock, int protocol)
spx_sock_init(sk);
sk->data_ready = spx_rcv;
sk->destruct = NULL;
- sk->mtu = IPX_MTU;
sk->no_check = 1;
MOD_INC_USE_COUNT;