david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Infinband requires longer link-layer addresses and headers than Ethernet.

This commit is contained in:
Michael Brown 2007-09-21 01:23:57 +01:00
parent 2ee76d0c93
commit 5793dbe96f
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ struct ll_protocol;
struct device;
/** Maximum length of a link-layer address */
#define MAX_LL_ADDR_LEN 6
#define MAX_LL_ADDR_LEN 20
/** Maximum length of a link-layer header */
#define MAX_LL_HEADER_LEN 16
#define MAX_LL_HEADER_LEN 32
/** Maximum length of a network-layer address */
#define MAX_NET_ADDR_LEN 4