aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 97edb3215a5a..5462c2cd5eab 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1080,6 +1080,7 @@ struct net_device {
1080 unsigned char perm_addr[MAX_ADDR_LEN]; /* permanent hw address */ 1080 unsigned char perm_addr[MAX_ADDR_LEN]; /* permanent hw address */
1081 unsigned char addr_assign_type; /* hw address assignment type */ 1081 unsigned char addr_assign_type; /* hw address assignment type */
1082 unsigned char addr_len; /* hardware address length */ 1082 unsigned char addr_len; /* hardware address length */
1083 unsigned char neigh_priv_len;
1083 unsigned short dev_id; /* for shared network cards */ 1084 unsigned short dev_id; /* for shared network cards */
1084 1085
1085 spinlock_t addr_list_lock; 1086 spinlock_t addr_list_lock;