patch-2.1.80 linux/drivers/net/sdla_fr.c
Next file: linux/drivers/net/sdla_ppp.c
Previous file: linux/drivers/net/ni52.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Jan 15 14:33:06 1998
- Orig file:
v2.1.79/linux/drivers/net/sdla_fr.c
- Orig date:
Mon Jan 12 22:09:15 1998
diff -u --recursive --new-file v2.1.79/linux/drivers/net/sdla_fr.c linux/drivers/net/sdla_fr.c
@@ -1,4 +1,4 @@
-/*****************************************************************************
+
* sdla_fr.c WANPIPE(tm) Multiprotocol WAN Link Driver. Frame relay module.
*
* Author(s): Gene Kozin
@@ -673,9 +673,8 @@
/* Set transmit buffer queue length */
dev->tx_queue_len = 30;
- /* Initialize socket buffers */
- for (i = 0; i < DEV_NUMBUFFS; ++i)
- skb_queue_head_init(&dev->buffs[i]);
+ dev_init_buffers(dev);
+
set_chan_state(dev, WAN_DISCONNECTED);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov