net/pcmcia: convert to use netdev_for_each_mc_addr
authorJiri Pirko <jpirko@redhat.com>
Fri, 19 Feb 2010 08:48:47 +0000 (08:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Feb 2010 21:15:50 +0000 (13:15 -0800)
commit8b18dcfbe82ed4b504ee4925db723f692adf5ed2
tree3630384b91fe22565ac4eadc7dddd0d7720bf958
parent0e90553e599ddd3ac8a42e9cdc224d8eb23c4ff9
net/pcmcia: convert to use netdev_for_each_mc_addr

removed fill_multicast_tbl function in smc91c92_cs and do the work inline

rewritten set_addresses function in xirc2ps_cs. This was kinda headache.
Simulated the original and new functions and they bahave the same.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pcmcia/axnet_cs.c
drivers/net/pcmcia/fmvj18x_cs.c
drivers/net/pcmcia/nmclan_cs.c
drivers/net/pcmcia/smc91c92_cs.c
drivers/net/pcmcia/xirc2ps_cs.c