commit | 609634799eba48bb9e80ce56dfd87930f17bf6fa | [log] [tgz] |
---|---|---|
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | Wed Jan 06 23:07:12 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 07 17:06:06 2010 -0800 |
tree | c64fd4710ca8a2d612623c23d25e34c916b94e93 | |
parent | 109cdd66485b639b2fbfcbf59ae7ef1286520705 [diff] |
stmmac: convert unicast addr list to list_head 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>