diff options
| -rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c | 9 | 
1 files changed, 1 insertions, 8 deletions
| 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 9cd6e37ef..e6a507601 100644 --- 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: | 
