diff options
Diffstat (limited to 'include/linux')
| -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 34f3abc6457a..1d92acc0777b 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -1132,7 +1132,7 @@ struct net_device { | |||
| 1132 | spinlock_t addr_list_lock; | 1132 | spinlock_t addr_list_lock; |
| 1133 | struct netdev_hw_addr_list uc; /* Unicast mac addresses */ | 1133 | struct netdev_hw_addr_list uc; /* Unicast mac addresses */ |
| 1134 | struct netdev_hw_addr_list mc; /* Multicast mac addresses */ | 1134 | struct netdev_hw_addr_list mc; /* Multicast mac addresses */ |
| 1135 | int uc_promisc; | 1135 | bool uc_promisc; |
| 1136 | unsigned int promiscuity; | 1136 | unsigned int promiscuity; |
| 1137 | unsigned int allmulti; | 1137 | unsigned int allmulti; |
| 1138 | 1138 | ||
