diff options
-rw-r--r-- | include/linux/netdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index f27fd2009334..06d8ea5992df 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -595,8 +595,8 @@ struct net_device | |||
595 | int uc_promisc; | 595 | int uc_promisc; |
596 | struct dev_addr_list *mc_list; /* Multicast mac addresses */ | 596 | struct dev_addr_list *mc_list; /* Multicast mac addresses */ |
597 | int mc_count; /* Number of installed mcasts */ | 597 | int mc_count; /* Number of installed mcasts */ |
598 | int promiscuity; | 598 | unsigned int promiscuity; |
599 | int allmulti; | 599 | unsigned int allmulti; |
600 | 600 | ||
601 | 601 | ||
602 | /* Protocol specific pointers */ | 602 | /* Protocol specific pointers */ |