From a6f7e72cf734fb06374d1f1130a862f0ff6e0185 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 24 Jul 2011 09:11:10 +0000 Subject: atheros: fix mii phy read/write ioctl Signed-off-by: Marek Lindner SVN-Revision: 27747 --- target/linux/atheros/patches-2.6.37/110-ar2313_ethernet.patch | 2 +- target/linux/atheros/patches-2.6.38/110-ar2313_ethernet.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/atheros') diff --git a/target/linux/atheros/patches-2.6.37/110-ar2313_ethernet.patch b/target/linux/atheros/patches-2.6.37/110-ar2313_ethernet.patch index 42d9229b11..428bd478c6 100644 --- a/target/linux/atheros/patches-2.6.37/110-ar2313_ethernet.patch +++ b/target/linux/atheros/patches-2.6.37/110-ar2313_ethernet.patch @@ -1198,7 +1198,7 @@ + case SIOCGMIIPHY: + case SIOCGMIIREG: + case SIOCSMIIREG: -+ return phy_mii_ioctl(sp->phy_dev, data, cmd); ++ return phy_mii_ioctl(sp->phy_dev, ifr, cmd); + + default: + break; diff --git a/target/linux/atheros/patches-2.6.38/110-ar2313_ethernet.patch b/target/linux/atheros/patches-2.6.38/110-ar2313_ethernet.patch index 42d9229b11..428bd478c6 100644 --- a/target/linux/atheros/patches-2.6.38/110-ar2313_ethernet.patch +++ b/target/linux/atheros/patches-2.6.38/110-ar2313_ethernet.patch @@ -1198,7 +1198,7 @@ + case SIOCGMIIPHY: + case SIOCGMIIREG: + case SIOCSMIIREG: -+ return phy_mii_ioctl(sp->phy_dev, data, cmd); ++ return phy_mii_ioctl(sp->phy_dev, ifr, cmd); + + default: + break; -- cgit v1.2.3