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)
commit91fea5858418127ad33e0060f726c62be0047eaf
tree3630384b91fe22565ac4eadc7dddd0d7720bf958
parent2f1eb65f366b81aa3c22c31e6e8db26168777ec5
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