patch-2.4.23 linux-2.4.23/drivers/net/net_init.c
Next file: linux-2.4.23/drivers/net/pcmcia/3c574_cs.c
Previous file: linux-2.4.23/drivers/net/ne2k-pci.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
2003-11-28 10:26:20.000000000 -0800
- Orig file:
linux-2.4.22/drivers/net/net_init.c
- Orig date:
2001-09-07 16:18:50.000000000 -0700
diff -urN linux-2.4.22/drivers/net/net_init.c linux-2.4.23/drivers/net/net_init.c
@@ -71,7 +71,7 @@
*/
-static struct net_device *alloc_netdev(int sizeof_priv, const char *mask,
+struct net_device *alloc_netdev(int sizeof_priv, const char *mask,
void (*setup)(struct net_device *))
{
struct net_device *dev;
@@ -97,6 +97,7 @@
return dev;
}
+EXPORT_SYMBOL(alloc_netdev);
static struct net_device *init_alloc_dev(int sizeof_priv)
{
@@ -419,7 +420,7 @@
dev->hard_header_len = ETH_HLEN;
dev->mtu = 1500; /* eth_mtu */
dev->addr_len = ETH_ALEN;
- dev->tx_queue_len = 100; /* Ethernet wants good queues */
+ dev->tx_queue_len = 1000; /* Ethernet wants good queues */
memset(dev->broadcast,0xFF, ETH_ALEN);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)