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)
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>

No differences found