cxgb4vf: fix setting unicast/multicast addresses ...
authorCasey Leedom <leedom@chelsio.com>
Wed, 24 Nov 2010 12:23:57 +0000 (12:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Nov 2010 19:40:58 +0000 (11:40 -0800)
commit42eb59d3a80ff83b4cacb92dcc44b22da7d4969b
treec053c48b34d4a9c17badc50967c9cd3b5eaee34b
parentbcc70bb3aeae7c3d035881d41055685f08a2b745
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 <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cxgb4vf/cxgb4vf_main.c
drivers/net/cxgb4vf/t4vf_hw.c