commit | efc61a3442da9fd17a61fcabef445534598f54a8 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@resnulli.us> | Sun Jan 06 03:25:45 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 06 21:04:15 2013 -0800 |
tree | 885ee9e659de98c65128fe1b5f7ef8c4865405d5 | |
parent | b681b65d4fc0cad468c4caad02b0bc93d59b00df [diff] |
ethoc: fix mac address set 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>