Welcome to linux-eepro100

Kunihiro Ishiguro kunihiro@zebra.org
Wed Mar 3 16:58:45 1999


Hi this is Kunihiro.

I remember that eepro100 is statically linked to the kernel.  So I've
directory changed multicast_filter_limit to zero.

/* Maximum number of multicast addresses to filter (vs. rx-all-multicast) */
-static int multicast_filter_limit = 64;
+static int multicast_filter_limit = 0;

It seems be working fine.
Sorry for bothering you.

IMHO this common problem should be described at

http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html
--
Kunihiro Ishiguro