commit | 91fea5858418127ad33e0060f726c62be0047eaf | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Fri Feb 19 08:48:47 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 19 13:15:50 2010 -0800 |
tree | 3630384b91fe22565ac4eadc7dddd0d7720bf958 | |
parent | 2f1eb65f366b81aa3c22c31e6e8db26168777ec5 [diff] |
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>