From: Peter Korsgaard Date: Thu, 22 Nov 2007 11:25:13 +0000 (+0100) Subject: smc911x: Fix multicast handling X-Git-Tag: v2.6.24-rc4~9^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b31f7ffa9ed7ba5fbe1cab8fb17a8c545e6a0eb;p=pandora-kernel.git smc911x: Fix multicast handling smc911x_set_multicast_list fails to fill out the multicast hash table correctly; Bit 1 was used rather than bit 5 to decide if the lower or upper register should be used. The function is at the same time cleaned up by calling ether_crc rather than using it's own bit reversal table. Signed-off-by: Peter Korsgaard Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed