From: Casey Leedom Date: Wed, 24 Nov 2010 12:23:57 +0000 (+0000) Subject: cxgb4vf: fix setting unicast/multicast addresses ... X-Git-Tag: v2.6.37-rc4~4^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42eb59d3a80ff83b4cacb92dcc44b22da7d4969b;p=pandora-kernel.git cxgb4vf: fix setting unicast/multicast addresses ... We were truncating the number of unicast and multicast MAC addresses supported. Additionally, we were incorrectly computing the MAC Address hash (a "1 << N" where we needed a "1ULL << N"). Signed-off-by: Casey Leedom Signed-off-by: David S. Miller --- Reading git-diff-tree failed