netdev: octeon_mgmt: Use proper MAC addresses.
authorDavid Daney <ddaney@caviumnetworks.com>
Wed, 5 May 2010 13:03:08 +0000 (13:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 May 2010 04:22:33 +0000 (21:22 -0700)
The original implementation incorrectly uses netdev->dev_addrs.

Use netdev->uc instead.  Also use netdev_for_each_uc_addr to iterate
over the addresses.  Fix comment.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found