Date:2012-08-29 12:37:55 (11 years 6 months ago)
Author:juhosg
Commit:311f77fe3e6773171ab93bb4c5eaabf3cdca7cc3
Message:Revert "ar71xx: only allow RGMII mode on the 2nd ethernet MAC of the AR7240"

That was based on assumptions.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33310 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c (1 diff)

Change Details

target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
616616            break;
617617
618618        case ATH79_SOC_AR7242:
619            switch (pdata->phy_if_mode) {
620            case PHY_INTERFACE_MODE_RGMII:
621                break;
622            default:
623                /* Other PHY modes are not tested yet. */
624                return -EINVAL;
625            }
626            break;
619            /* FIXME */
627620
628621        case ATH79_SOC_AR9341:
629622        case ATH79_SOC_AR9342:

Archive Download the corresponding diff file



interactive