diff options
Diffstat (limited to 'drivers/net/sunbmac.c')
-rw-r--r-- | drivers/net/sunbmac.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/sunbmac.c b/drivers/net/sunbmac.c index 70d96b7d71a0..5017d7fcb40c 100644 --- a/drivers/net/sunbmac.c +++ b/drivers/net/sunbmac.c | |||
@@ -1081,6 +1081,9 @@ static const struct net_device_ops bigmac_ops = { | |||
1081 | .ndo_get_stats = bigmac_get_stats, | 1081 | .ndo_get_stats = bigmac_get_stats, |
1082 | .ndo_set_multicast_list = bigmac_set_multicast, | 1082 | .ndo_set_multicast_list = bigmac_set_multicast, |
1083 | .ndo_tx_timeout = bigmac_tx_timeout, | 1083 | .ndo_tx_timeout = bigmac_tx_timeout, |
1084 | .ndo_change_mtu = eth_change_mtu, | ||
1085 | .ndo_set_mac_address = eth_mac_addr, | ||
1086 | .ndo_validate_addr = eth_validate_addr, | ||
1084 | }; | 1087 | }; |
1085 | 1088 | ||
1086 | static int __devinit bigmac_ether_init(struct of_device *op, | 1089 | static int __devinit bigmac_ether_init(struct of_device *op, |