mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +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:
@@ -31,7 +31,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define IB_QPN_BROADCAST 0xffffffUL
|
||||
|
||||
/** Default Infiniband partition key */
|
||||
#define IB_PKEY_NONE 0xffff
|
||||
#define IB_PKEY_DEFAULT 0xffff
|
||||
|
||||
/**
|
||||
* Maximum payload size
|
||||
|
||||
Reference in New Issue
Block a user