OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 83... Line 83...
83 /** 83 /**
84 * phy_mii_ioctl - generic PHY MII ioctl interface 84 * phy_mii_ioctl - generic PHY MII ioctl interface
85 * @phydev: the phy_device struct 85 * @phydev: the phy_device struct
86 --- a/include/linux/phy.h 86 --- a/include/linux/phy.h
87 +++ b/include/linux/phy.h 87 +++ b/include/linux/phy.h
88 @@ -909,6 +909,7 @@ void phy_ethtool_ksettings_get(struct ph 88 @@ -905,6 +905,7 @@ void phy_ethtool_ksettings_get(struct ph
89 struct ethtool_link_ksettings *cmd); 89 struct ethtool_link_ksettings *cmd);
90 int phy_ethtool_ksettings_set(struct phy_device *phydev, 90 int phy_ethtool_ksettings_set(struct phy_device *phydev,
91 const struct ethtool_link_ksettings *cmd); 91 const struct ethtool_link_ksettings *cmd);
92 +int phy_ethtool_ioctl(struct phy_device *phydev, void *useraddr); 92 +int phy_ethtool_ioctl(struct phy_device *phydev, void *useraddr);
93 int phy_mii_ioctl(struct phy_device *phydev, struct ifreq *ifr, int cmd); 93 int phy_mii_ioctl(struct phy_device *phydev, struct ifreq *ifr, int cmd);