diff options
Diffstat (limited to 'drivers/net/cpmac.c')
-rw-r--r-- | drivers/net/cpmac.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/cpmac.c b/drivers/net/cpmac.c index 38de1a4f825f..e1f6156b3710 100644 --- a/drivers/net/cpmac.c +++ b/drivers/net/cpmac.c | |||
@@ -846,11 +846,8 @@ static int cpmac_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) | |||
846 | return -EINVAL; | 846 | return -EINVAL; |
847 | if (!priv->phy) | 847 | if (!priv->phy) |
848 | return -EINVAL; | 848 | return -EINVAL; |
849 | if ((cmd == SIOCGMIIPHY) || (cmd == SIOCGMIIREG) || | ||
850 | (cmd == SIOCSMIIREG)) | ||
851 | return phy_mii_ioctl(priv->phy, if_mii(ifr), cmd); | ||
852 | 849 | ||
853 | return -EOPNOTSUPP; | 850 | return phy_mii_ioctl(priv->phy, ifr, cmd); |
854 | } | 851 | } |
855 | 852 | ||
856 | static int cpmac_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) | 853 | static int cpmac_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) |