projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
atheros: fix mii phy read/write ioctl
[openwrt.git]
/
target
/
linux
/
atheros
/
patches-2.6.38
/
110-ar2313_ethernet.patch
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
42d9229
..
428bd47
100644
(file)
--- 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;
This page took
0.032859 seconds
and
4
git commands to generate.