commit | 15f594563d85825ec242df6d37e64e7dfe823df8 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Wed Sep 04 16:26:52 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 05 14:31:01 2013 -0400 |
tree | 24a78e90f59182e9dcade3cdfb651d031f453739 | |
parent | 714086029116b6b0a34e67ba1dd2f0d1cf26770c [diff] |
net: mvneta: implement ->ndo_do_ioctl() to support PHY ioctls This commit implements the ->ndo_do_ioctl() operation so that the PHY-related ioctl() calls can work from userspace, which allows applications like mii-tool or mii-diag to do their job. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>