diff options
author | David S. Miller <davem@davemloft.net> | 2011-07-21 16:38:42 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-21 16:38:42 -0400 |
commit | 033b1142f4bd44a116d1356fe4a0510437ceddf9 (patch) | |
tree | d2a971a7dc9f3a1af8035e38419c4c4ad8c22632 /include/linux/netdevice.h | |
parent | f5caadbb3d8fc0b71533e880c684b2230bdb76ac (diff) | |
parent | e6625fa48e6580a74b7e700efd7e6463e282810b (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
net/bluetooth/l2cap_core.c
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 52c4e3835aa6..25c805b2c9e5 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1070,12 +1070,6 @@ struct net_device { | |||
1070 | #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ | 1070 | #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ |
1071 | NETIF_F_FSO) | 1071 | NETIF_F_FSO) |
1072 | 1072 | ||
1073 | #define NETIF_F_ALL_TX_OFFLOADS (NETIF_F_ALL_CSUM | NETIF_F_SG | \ | ||
1074 | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \ | ||
1075 | NETIF_F_HIGHDMA | \ | ||
1076 | NETIF_F_SCTP_CSUM | \ | ||
1077 | NETIF_F_ALL_FCOE) | ||
1078 | |||
1079 | /* | 1073 | /* |
1080 | * If one device supports one of these features, then enable them | 1074 | * If one device supports one of these features, then enable them |
1081 | * for all in netdev_increment_features. | 1075 | * for all in netdev_increment_features. |