1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 23:26:03 +03:00

[ar71xx] wrt400n: lan ports don't need the ar8216 workaround

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20491 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
agb 2010-03-26 19:09:11 +00:00
parent e8aa5f9f5c
commit 651c537f30
2 changed files with 1 additions and 2 deletions

View File

@ -145,7 +145,6 @@ static void __init wrt400n_setup(void)
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII; ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
ar71xx_eth0_data.speed = SPEED_100; ar71xx_eth0_data.speed = SPEED_100;
ar71xx_eth0_data.duplex = DUPLEX_FULL; ar71xx_eth0_data.duplex = DUPLEX_FULL;
ar71xx_eth0_data.has_ar8216 = 1;
ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII; ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
ar71xx_eth1_data.phy_mask = 0x10; ar71xx_eth1_data.phy_mask = 0x10;

View File

@ -25,7 +25,7 @@ config AG71XX_DEBUG_FS
config AG71XX_AR8216_SUPPORT config AG71XX_AR8216_SUPPORT
bool "special support for the Atheros AR8216 switch" bool "special support for the Atheros AR8216 switch"
default n default n
default y if AR71XX_MACH_WNR2000 || AR71XX_MACH_MZK_W04NU || AR71XX_MACH_WRT400N default y if AR71XX_MACH_WNR2000 || AR71XX_MACH_MZK_W04NU
help help
Say 'y' here if you want to enable special support for the Say 'y' here if you want to enable special support for the
Atheros AR8216 switch found on some boards. Atheros AR8216 switch found on some boards.