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:
109cdd6
)
stmmac: convert unicast addr list to list_head
author
Giuseppe CAVALLARO
<peppe.cavallaro@st.com>
Wed, 6 Jan 2010 23:07:12 +0000
(23:07 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 8 Jan 2010 01:06:06 +0000
(17:06 -0800)
This patch converts unicast address list to standard list_head using
previously introduced struct netdev_hw_addr.
Note: this patch also removes a debug printk used for displaying the
mac addresses. Indeed, it's is possible to dump the registers with
ethtool.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found