aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>2011-05-17 16:50:02 -0400
committerDavid S. Miller <davem@davemloft.net>2011-05-17 16:50:02 -0400
commit7cc31a9ae1477abc79d5992b3afe889f25c50c99 (patch)
tree0ae1d4ef45063f72e01114064390c1830f27a03c
parent604ae14ffb6d75d6eef4757859226b758d6bf9e3 (diff)
downloadkernel_samsung_smdk4412-7cc31a9ae1477abc79d5992b3afe889f25c50c99.zip
kernel_samsung_smdk4412-7cc31a9ae1477abc79d5992b3afe889f25c50c99.tar.gz
kernel_samsung_smdk4412-7cc31a9ae1477abc79d5992b3afe889f25c50c99.tar.bz2
net: ethtool: fix IPV6 checksum feature name string
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/core/ethtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c
index 74ead9e..f337525 100644
--- a/net/core/ethtool.c
+++ b/net/core/ethtool.c
@@ -330,7 +330,7 @@ static const char netdev_features_strings[ETHTOOL_DEV_FEATURE_WORDS * 32][ETH_GS
/* NETIF_F_IP_CSUM */ "tx-checksum-ipv4",
/* NETIF_F_NO_CSUM */ "tx-checksum-unneeded",
/* NETIF_F_HW_CSUM */ "tx-checksum-ip-generic",
- /* NETIF_F_IPV6_CSUM */ "tx_checksum-ipv6",
+ /* NETIF_F_IPV6_CSUM */ "tx-checksum-ipv6",
/* NETIF_F_HIGHDMA */ "highdma",
/* NETIF_F_FRAGLIST */ "tx-scatter-gather-fraglist",
/* NETIF_F_HW_VLAN_TX */ "tx-vlan-hw-insert",