mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
[infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULT
There is no such thing as a non-existent partition.
This commit is contained in:
@@ -867,7 +867,7 @@ struct ib_device * alloc_ibdev ( size_t priv_size ) {
|
||||
INIT_LIST_HEAD ( &ibdev->qps );
|
||||
ibdev->port_state = IB_PORT_STATE_DOWN;
|
||||
ibdev->lid = IB_LID_NONE;
|
||||
ibdev->pkey = IB_PKEY_NONE;
|
||||
ibdev->pkey = IB_PKEY_DEFAULT;
|
||||
}
|
||||
return ibdev;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user