X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fsamples%2Fnetdev%2F.git;a=blobdiff_plain;f=ndeth.c;h=613ef64a53b8e353510a56328949009925b4f331;hp=802ec1137968b9dcba62eb1c870e28bd08ee01f5;hb=HEAD;hpb=e9aacd4c8b0a859e014e7ccc0c91199c303318fe diff --git a/ndeth.c b/ndeth.c index 802ec11..613ef64 100644 --- a/ndeth.c +++ b/ndeth.c @@ -55,6 +55,7 @@ static const struct net_device_ops ndeth_ops = { .ndo_open = ndeth_open, .ndo_stop = ndeth_stop, .ndo_start_xmit = ndeth_tx, + .ndo_set_mac_address = eth_mac_addr, }; struct net_device *ndeth;