From: Jeff Garzik Date: Thu, 5 Oct 2006 11:10:38 +0000 (-0400) Subject: [netdrvr] b44: handle excessive multicast groups X-Git-Tag: v2.6.19-rc2~23^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f614fe04f4463ff22234133319067d7361f54e5;p=pandora-kernel.git [netdrvr] b44: handle excessive multicast groups 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed