RDMA/qedr: Fix ipv6 destination address resolution
[linux-2.6-microblaze.git] / drivers / infiniband / hw / qedr / qedr_iw_cm.c
index 478b731..1fc9715 100644 (file)
@@ -458,8 +458,7 @@ qedr_addr6_resolve(struct qedr_dev *dev,
                }
                return -EINVAL;
        }
-       neigh = dst_neigh_lookup(dst, &dst_in);
-
+       neigh = dst_neigh_lookup(dst, &fl6.daddr);
        if (neigh) {
                rcu_read_lock();
                if (neigh->nud_state & NUD_VALID) {