commit | bd695a5f0ccf7b38982c426d86055ff3591c9b5b | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Sun Jul 27 23:21:36 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 29 16:47:43 2014 -0700 |
tree | 08e9da3531f5c72c0b82f0151913e571e564550b | |
parent | 2add511e58dc822a4573dd35280750fb3a21a2db [diff] |
net: mvpp2: implement ioctl() operation for 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> Signed-off-by: David S. Miller <davem@davemloft.net>