projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
files-2.6.26
/
drivers
/
net
/
phy
/
mvswitch.c
diff --git
a/target/linux/generic-2.6/files-2.6.26/drivers/net/phy/mvswitch.c
b/target/linux/generic-2.6/files-2.6.26/drivers/net/phy/mvswitch.c
index
f28df43
..
be9e6af
100644
(file)
--- a/
target/linux/generic-2.6/files-2.6.26/drivers/net/phy/mvswitch.c
+++ b/
target/linux/generic-2.6/files-2.6.26/drivers/net/phy/mvswitch.c
@@
-246,7
+246,7
@@
mvswitch_config_init(struct phy_device *pdev)
w16(pdev, MV_SWITCHREG(ATU_CTRL),
MV_ATUCTL_RESET |
MV_ATUCTL_ATU_1K |
- MV_ATUCTL_AGETIME(
4080) /* maximum
*/
+ MV_ATUCTL_AGETIME(
MV_ATUCTL_AGETIME_MIN) /* minimum without disabling ageing
*/
);
i = 100; /* timeout */
This page took
0.023782 seconds
and
4
git commands to generate.