diff options
| author | Roland Dreier <roland@topspin.com> | 2003-01-06 09:06:34 -0800 |
|---|---|---|
| committer | David S. Miller <davem@kernel.bkbits.net> | 2003-01-06 09:06:34 -0800 |
| commit | 4f85bc95dedb42855fe6ea88ec0353497997f964 (patch) | |
| tree | e085c810ee0cea03102c67d5d6c4724a42635fa2 /include/linux/netdevice.h | |
| parent | ae4d98378f651581ece95d133fd65a811e5bb8d5 (diff) | |
[NET]: Increase MAX_ADDR_LEN.
- Add ARPHRD_INFINIBAND
- Increase MAX_ADDR_LEN to 32 from 8
- Add suitable length protection to SIOCGIFHWADDR and friends.
- Add RTM_SETLINK for portably setting larger hw addrs.
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 513b89ca7836..b3026b172369 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -65,7 +65,7 @@ struct vlan_group; #endif -#define MAX_ADDR_LEN 8 /* Largest hardware address length */ +#define MAX_ADDR_LEN 32 /* Largest hardware address length */ /* * Compute the worst case header length according to the protocols |
