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

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)