projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbf079b
)
Revert "ar71xx: only allow RGMII mode on the 2nd ethernet MAC of the AR7240"
author
Gabor Juhos
<juhosg@openwrt.org>
Wed, 29 Aug 2012 10:37:55 +0000
(10:37 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Wed, 29 Aug 2012 10:37:55 +0000
(10:37 +0000)
That was based on assumptions.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33310
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
index
9cd6e37
..
e6a5076
100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
+++ b/
target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
@@
-616,14
+616,7
@@
static int __init ath79_setup_phy_if_mode(unsigned int id,
break;
case ATH79_SOC_AR7242:
- switch (pdata->phy_if_mode) {
- case PHY_INTERFACE_MODE_RGMII:
- break;
- default:
- /* Other PHY modes are not tested yet. */
- return -EINVAL;
- }
- break;
+ /* FIXME */
case ATH79_SOC_AR9341:
case ATH79_SOC_AR9342: