patch-2.2.17 linux/drivers/net/tlan.h
Next file: linux/drivers/pci/oldproc.c
Previous file: linux/drivers/net/tlan.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Mon Sep 4 18:39:20 2000
- Orig file:
v2.2.16/drivers/net/tlan.h
- Orig date:
Mon Sep 4 18:37:25 2000
diff -u --recursive --new-file v2.2.16/drivers/net/tlan.h linux/drivers/net/tlan.h
@@ -1,5 +1,6 @@
#ifndef TLAN_H
#define TLAN_H
+
/********************************************************************
*
* Linux ThunderLAN Driver
@@ -24,11 +25,6 @@
#include <asm/types.h>
#include <linux/netdevice.h>
-#if LINUX_VERSION_CODE <= 0x20100
-#define net_device_stats enet_statistics
-#endif
-
-
/*****************************************************************
@@ -190,6 +186,7 @@
u8 tlanRev;
u8 tlanFullDuplex;
char devName[8];
+ spinlock_t lock;
} TLanPrivateInfo;
@@ -541,4 +538,5 @@
}
#endif /* I_LIKE_A_FAST_HASH_FUNCTION */
+
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)