commit | 3e4aa12f8a81506c44f04b4f0eb7663981c5a282 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Mon Mar 22 03:21:39 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 22 18:33:11 2010 -0700 |
tree | 154a7c3600d318da2ca1623f835aa1823c571ee3 | |
parent | 664ffe80c0df5ad2576420ed2e6bd75cc704ba3a [diff] |
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>