]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit87aae1add6b0cb5235c6b3204c5832f033c52354
tree1ad035e8ee1e32ec146a672c36044f8966f5d34b
parent767409268e4d9176a5eb6a3e2b8854ac6164a272
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