Started IB driver rewrite

This commit is contained in:
Michael Brown
2007-09-12 22:17:43 +01:00
parent 5f6439c828
commit 7b6d11e713
6 changed files with 381 additions and 7 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