patch-2.3.19 linux/drivers/net/arlan.c
Next file: linux/drivers/net/atp.c
Previous file: linux/drivers/net/arlan-proc.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sat Oct 2 07:38:27 1999
- Orig file:
v2.3.18/linux/drivers/net/arlan.c
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.18/linux/drivers/net/arlan.c linux/drivers/net/arlan.c
@@ -98,7 +98,7 @@
static void arlan_tx_done_interrupt (struct net_device * dev, int status);
static void arlan_rx_interrupt (struct net_device * dev, u_char rxStatus, u_short, u_short);
static void arlan_process_interrupt (struct net_device * dev);
-static int arlan_command(struct net_device * dev, int command);
+int arlan_command(struct net_device * dev, int command);
EXPORT_SYMBOL(arlan_command);
@@ -187,7 +187,7 @@
};
-static int arlan_command(struct net_device *dev, int command_p)
+int arlan_command(struct net_device *dev, int command_p)
{
volatile struct arlan_shmem *arlan = ((struct arlan_private *) dev->priv)->card;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)