aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 1a528548cd1d..71fc8ff4888b 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -323,6 +323,7 @@ struct net_device
323#define NETIF_F_VLAN_CHALLENGED 1024 /* Device cannot handle VLAN packets */ 323#define NETIF_F_VLAN_CHALLENGED 1024 /* Device cannot handle VLAN packets */
324#define NETIF_F_GSO 2048 /* Enable software GSO. */ 324#define NETIF_F_GSO 2048 /* Enable software GSO. */
325#define NETIF_F_LLTX 4096 /* LockLess TX */ 325#define NETIF_F_LLTX 4096 /* LockLess TX */
326#define NETIF_F_INTERNAL_STATS 8192 /* Use stats structure in net_device */
326 327
327 /* Segmentation offload features */ 328 /* Segmentation offload features */
328#define NETIF_F_GSO_SHIFT 16 329#define NETIF_F_GSO_SHIFT 16
@@ -347,6 +348,7 @@ struct net_device
347 348
348 349
349 struct net_device_stats* (*get_stats)(struct net_device *dev); 350 struct net_device_stats* (*get_stats)(struct net_device *dev);
351 struct net_device_stats stats;
350 352
351 /* List of functions to handle Wireless Extensions (instead of ioctl). 353 /* List of functions to handle Wireless Extensions (instead of ioctl).
352 * See <net/iw_handler.h> for details. Jean II */ 354 * See <net/iw_handler.h> for details. Jean II */