git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f01648
)
netdev: octeon_mgmt: Use proper MAC addresses.
author
David Daney
<ddaney@caviumnetworks.com>
Wed, 5 May 2010 13:03:08 +0000
(13:03 +0000)
committer
David 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