···21172117 return NETDEV_TX_OK;21182118}2119211921202120-static const struct ethtool_ops qeth_l3_ethtool_ops = {21212121- .get_link = ethtool_op_get_link,21222122- .get_strings = qeth_core_get_strings,21232123- .get_ethtool_stats = qeth_core_get_ethtool_stats,21242124- .get_sset_count = qeth_core_get_sset_count,21252125- .get_drvinfo = qeth_core_get_drvinfo,21262126- .get_link_ksettings = qeth_core_ethtool_get_link_ksettings,21272127-};21282128-21292120/*21302121 * we need NOARP for IPv4 but we want neighbor solicitation for IPv6. Setting21312122 * NOARP on the netdevice is no option because it also turns off neighbor···22382247 return -ENODEV;2239224822402249 card->dev->needed_headroom = headroom;22412241- card->dev->ethtool_ops = &qeth_l3_ethtool_ops;22422250 card->dev->features |= NETIF_F_HW_VLAN_CTAG_TX |22432251 NETIF_F_HW_VLAN_CTAG_RX |22442252 NETIF_F_HW_VLAN_CTAG_FILTER;