rtnl: use dev_set_mac_address() instead of plain ndo_
authorJiri Pirko <jiri@resnulli.us>
Tue, 1 Jan 2013 03:30:13 +0000 (03:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Jan 2013 06:37:35 +0000 (22:37 -0800)
commite7c3273ec2a04bbce27e0991c405fe6dc6811d7d
tree0ccc63cd4f2f3f5a0ffd79c2299159bc444c2431
parent06a7fc429f00a90c03d677d8c5ae09f0db6bf87d
rtnl: use dev_set_mac_address() instead of plain ndo_

Benefit from existence of dev_set_mac_address() and remove duplicate
code.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c