diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/netdevice.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 2ecb96d9a1e5..e5d65573b4d6 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -1174,8 +1174,10 @@ struct net_device { | |||
| 1174 | unsigned char addr_assign_type; /* hw address assignment type */ | 1174 | unsigned char addr_assign_type; /* hw address assignment type */ |
| 1175 | unsigned char addr_len; /* hardware address length */ | 1175 | unsigned char addr_len; /* hardware address length */ |
| 1176 | unsigned char neigh_priv_len; | 1176 | unsigned char neigh_priv_len; |
| 1177 | unsigned short dev_id; /* for shared network cards */ | 1177 | unsigned short dev_id; /* Used to differentiate devices |
| 1178 | 1178 | * that share the same link | |
| 1179 | * layer address | ||
| 1180 | */ | ||
| 1179 | spinlock_t addr_list_lock; | 1181 | spinlock_t addr_list_lock; |
| 1180 | struct netdev_hw_addr_list uc; /* Unicast mac addresses */ | 1182 | struct netdev_hw_addr_list uc; /* Unicast mac addresses */ |
| 1181 | struct netdev_hw_addr_list mc; /* Multicast mac addresses */ | 1183 | struct netdev_hw_addr_list mc; /* Multicast mac addresses */ |
