stmmac: convert unicast addr list to list_head
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>
Wed, 6 Jan 2010 23:07:12 +0000 (23:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Jan 2010 01:06:06 +0000 (17:06 -0800)
commit609634799eba48bb9e80ce56dfd87930f17bf6fa
treec64fd4710ca8a2d612623c23d25e34c916b94e93
parent109cdd66485b639b2fbfcbf59ae7ef1286520705
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>
drivers/net/stmmac/gmac.c