patch-2.1.120 linux/net/x25/af_x25.c

Next file: linux/scripts/Configure
Previous file: linux/net/wanrouter/wanproc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.119/linux/net/x25/af_x25.c linux/net/x25/af_x25.c
@@ -468,7 +468,6 @@
 
 	sock->ops    = &x25_proto_ops;
 	sk->protocol = protocol;
-	sk->mtu      = X25_DEFAULT_PACKET_SIZE;	/* X25_PS128 */
 
 	x25->t21   = sysctl_x25_call_request_timeout;
 	x25->t22   = sysctl_x25_reset_request_timeout;
@@ -507,7 +506,6 @@
 	sk->sndbuf      = osk->sndbuf;
 	sk->debug       = osk->debug;
 	sk->state       = TCP_ESTABLISHED;
-	sk->mtu         = osk->mtu;
 	sk->sleep       = osk->sleep;
 	sk->zapped      = osk->zapped;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov