commit | 58f8fab8a444424e9f0dcb8f6218350a736b5f62 | [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 | 5fae53d0f1554d35f159a386cd16edf94838279d [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>