RDMA/cma: Replace net_device pointer with index
[safe/jmp/linux-2.6] / include / rdma / ib_addr.h
index 483057b..27f17cc 100644 (file)
@@ -61,7 +61,7 @@ struct rdma_dev_addr {
        unsigned char dst_dev_addr[MAX_ADDR_LEN];
        unsigned char broadcast[MAX_ADDR_LEN];
        enum rdma_node_type dev_type;
-       struct net_device *src_dev;
+       int bound_dev_if;
 };
 
 /**