|
@@ -427,7 +427,6 @@ static const struct net_device_ops hp100_bm_netdev_ops = {
|
|
.ndo_start_xmit = hp100_start_xmit_bm,
|
|
.ndo_start_xmit = hp100_start_xmit_bm,
|
|
.ndo_get_stats = hp100_get_stats,
|
|
.ndo_get_stats = hp100_get_stats,
|
|
.ndo_set_rx_mode = hp100_set_multicast_list,
|
|
.ndo_set_rx_mode = hp100_set_multicast_list,
|
|
- .ndo_change_mtu = eth_change_mtu,
|
|
|
|
.ndo_set_mac_address = eth_mac_addr,
|
|
.ndo_set_mac_address = eth_mac_addr,
|
|
.ndo_validate_addr = eth_validate_addr,
|
|
.ndo_validate_addr = eth_validate_addr,
|
|
};
|
|
};
|
|
@@ -438,7 +437,6 @@ static const struct net_device_ops hp100_netdev_ops = {
|
|
.ndo_start_xmit = hp100_start_xmit,
|
|
.ndo_start_xmit = hp100_start_xmit,
|
|
.ndo_get_stats = hp100_get_stats,
|
|
.ndo_get_stats = hp100_get_stats,
|
|
.ndo_set_rx_mode = hp100_set_multicast_list,
|
|
.ndo_set_rx_mode = hp100_set_multicast_list,
|
|
- .ndo_change_mtu = eth_change_mtu,
|
|
|
|
.ndo_set_mac_address = eth_mac_addr,
|
|
.ndo_set_mac_address = eth_mac_addr,
|
|
.ndo_validate_addr = eth_validate_addr,
|
|
.ndo_validate_addr = eth_validate_addr,
|
|
};
|
|
};
|