]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/infiniband/core/ucma.c
IB/core: Remove smac and vlan id from qp_attr and ah_attr
[karo-tx-linux.git] / drivers / infiniband / core / ucma.c
index 30467d10df91b170e40657864354356153545e76..3a342dfaac153ffa0a0ffd06b30094510f880226 100644 (file)
@@ -1211,7 +1211,6 @@ static int ucma_set_ib_path(struct ucma_context *ctx,
                return -EINVAL;
 
        memset(&sa_path, 0, sizeof(sa_path));
-       sa_path.vlan_id = 0xffff;
 
        ib_sa_unpack_path(path_data->path_rec, &sa_path);
        ret = rdma_set_ib_paths(ctx->cm_id, &sa_path, 1);