[netdrvr] b44: handle excessive multicast groups
authorJeff Garzik <jeff@garzik.org>
Thu, 5 Oct 2006 11:10:38 +0000 (07:10 -0400)
committerJeff Garzik <jeff@garzik.org>
Thu, 5 Oct 2006 11:10:38 +0000 (07:10 -0400)
If there are more than B44_MCAST_TABLE_SIZE groups in the dev->mc_list,
it will only listen to the first B44_MCAST_TABLE_SIZE that it sees.

This change makes the driver go into RXCONFIG_ALLMULTI mode if there
are more than B44_MCAST_TABLE_SIZE groups being subscribed to, similar
to other network drivers.

Noticed by Bill Helfinstine <bhelf@flitterfly.whirpon.com>

Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found