]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/infiniband/ulp/ipoib/ipoib_multicast.c
ipoib: remove addrlen check for mc addresses
authorJiri Pirko <jpirko@redhat.com>
Mon, 22 Mar 2010 03:21:39 +0000 (03:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Mar 2010 01:33:11 +0000 (18:33 -0700)
commit3e4aa12f8a81506c44f04b4f0eb7663981c5a282
tree154a7c3600d318da2ca1623f835aa1823c571ee3
parent664ffe80c0df5ad2576420ed2e6bd75cc704ba3a
ipoib: remove addrlen check for mc addresses

Finally this bit can be removed. Currently, after the bonding driver is
changed/fixed (32a806c194ea112cfab00f558482dd97bee5e44e net-next-2.6),
that's not possible for an addr with different length than dev->addr_len
to be present in list. Removing this check as in new mc_list there will be
no addrlen in the record.

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