infiniband: convert to use netdev_for_each_mc_addr
authorJiri Pirko <jpirko@redhat.com>
Wed, 24 Feb 2010 05:11:08 +0000 (05:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Feb 2010 12:22:27 +0000 (04:22 -0800)
commitfbf219f1c89b15e90ec2db5a3e9636376dc623db
treea61f07cad8a0d2b0db1cb2111e6bd624313b1459
parent6e17d45ae310758ab30623a42ad070858c9a48de
infiniband: convert to use netdev_for_each_mc_addr

Due to the loop complexicity in nes_nic.c, I'm using char* to copy mc addresses
to it.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/infiniband/hw/nes/nes_nic.c
drivers/infiniband/ulp/ipoib/ipoib_multicast.c