Commit 7cc31a9ae1477abc79d5992b3afe889f25c50c99

Authored by Michał Mirosław
Committed by David S. Miller
1 parent 604ae14ffb

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -330,7 +330,7 @@
330 330 /* NETIF_F_IP_CSUM */ "tx-checksum-ipv4",
331 331 /* NETIF_F_NO_CSUM */ "tx-checksum-unneeded",
332 332 /* NETIF_F_HW_CSUM */ "tx-checksum-ip-generic",
333   - /* NETIF_F_IPV6_CSUM */ "tx_checksum-ipv6",
  333 + /* NETIF_F_IPV6_CSUM */ "tx-checksum-ipv6",
334 334 /* NETIF_F_HIGHDMA */ "highdma",
335 335 /* NETIF_F_FRAGLIST */ "tx-scatter-gather-fraglist",
336 336 /* NETIF_F_HW_VLAN_TX */ "tx-vlan-hw-insert",