diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index ca333e79e10f..9e19477991ad 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1097,12 +1097,6 @@ struct net_device { | |||
1097 | #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ | 1097 | #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ |
1098 | NETIF_F_FSO) | 1098 | NETIF_F_FSO) |
1099 | 1099 | ||
1100 | #define NETIF_F_ALL_TX_OFFLOADS (NETIF_F_ALL_CSUM | NETIF_F_SG | \ | ||
1101 | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \ | ||
1102 | NETIF_F_HIGHDMA | \ | ||
1103 | NETIF_F_SCTP_CSUM | \ | ||
1104 | NETIF_F_ALL_FCOE) | ||
1105 | |||
1106 | /* | 1100 | /* |
1107 | * If one device supports one of these features, then enable them | 1101 | * If one device supports one of these features, then enable them |
1108 | * for all in netdev_increment_features. | 1102 | * for all in netdev_increment_features. |
@@ -2555,7 +2549,7 @@ extern void netdev_class_remove_file(struct class_attribute *class_attr); | |||
2555 | 2549 | ||
2556 | extern struct kobj_ns_type_operations net_ns_type_operations; | 2550 | extern struct kobj_ns_type_operations net_ns_type_operations; |
2557 | 2551 | ||
2558 | extern char *netdev_drivername(const struct net_device *dev, char *buffer, int len); | 2552 | extern const char *netdev_drivername(const struct net_device *dev); |
2559 | 2553 | ||
2560 | extern void linkwatch_run_queue(void); | 2554 | extern void linkwatch_run_queue(void); |
2561 | 2555 | ||