diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 92d81edd5808..6abcef67b178 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -884,6 +884,9 @@ struct net_device { | |||
884 | int iflink; | 884 | int iflink; |
885 | 885 | ||
886 | struct net_device_stats stats; | 886 | struct net_device_stats stats; |
887 | atomic_long_t rx_dropped; /* dropped packets by core network | ||
888 | * Do not use this in drivers. | ||
889 | */ | ||
887 | 890 | ||
888 | #ifdef CONFIG_WIRELESS_EXT | 891 | #ifdef CONFIG_WIRELESS_EXT |
889 | /* List of functions to handle Wireless Extensions (instead of ioctl). | 892 | /* List of functions to handle Wireless Extensions (instead of ioctl). |