patch-2.1.15 linux/drivers/net/i82586.h

Next file: linux/drivers/net/loopback.c
Previous file: linux/drivers/net/es3210.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.14/linux/drivers/net/i82586.h linux/drivers/net/i82586.h
@@ -259,8 +259,13 @@
 {
 	ach_t		mcs_h;
 	unsigned short	mcs_cnt;	/* No. of bytes of MC addresses	*/
-	unsigned short	mcs_data[3];	/* The first MC address ..	*/
+#if 0
+	unsigned char	mcs_data[ADDR_LEN]; /* The first MC address ..	*/
+	...
+#endif
 };
+
+#define I82586_MAX_MULTICAST_ADDRESSES	128	/* Hardware hashed filter */
 
 /*
  * The Transmit Action Command.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov