bnx2: Use proper counter for net_device_stats->multicast.
authorMichael Chan <mchan@broadcom.com>
Mon, 19 Jul 2010 14:15:02 +0000 (14:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jul 2010 03:30:05 +0000 (20:30 -0700)
commit6fdae995557f0ad16320951593d6f8f48f57c14a
tree1ad035e8ee1e32ec146a672c36044f8966f5d34b
parent99faf68e2b4e139c63139b83d18c74faeae278ef
bnx2: Use proper counter for net_device_stats->multicast.

We were using the wrong tx multicast counter instead of the rx multicast
counter.

Reported-by: Peter Snellman <peter.snellman@cinnober.com>
Reviewed-by: Benjamin Li <benli@broadcom.com>
Reviewed-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.c