ethoc: fix mac address set
authorJiri Pirko <jiri@resnulli.us>
Sun, 6 Jan 2013 03:25:45 +0000 (03:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Jan 2013 05:04:15 +0000 (21:04 -0800)
Function ethoc_set_mac_address() was incorrectly using passed pointer as
pointer to address, that is not correct.
Struct sockaddr have to be be used here.

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

No differences found