commit | fc9a7589e34d110b0cb6775826afbfe9cba8e215 | [log] [tgz] |
---|---|---|
author | Lucas Stach <dev@lynxeye.de> | Wed Aug 22 11:04:59 2012 +0000 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed Sep 26 12:36:30 2012 -0500 |
tree | 2b40ca607307357f9f8ca0bfa121e3ae5bd360ac | |
parent | a0d5d0358124feb9519c667c8af89a8e158531c6 [diff] |
net: asix: add write_hwaddr function All ASIX chipsets aside from AX88172 are able to set the MAC address on the hardware level. Add a function to expose this ability. To differentiate between chip types we now carry flags as driver private data. Also while touching the asix_dongles array constify this. Signed-off-by: Lucas Stach <dev@lynxeye.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>