Author: blogic Date: 2016-01-19 11:16:11 +0100 (Tue, 19 Jan 2016) New Revision: 48357
Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c Log: ar71xx: fix AR8337 switch initialization on dLAN pro 1200+ WiFi ac unswap ports 0/6 (broken by 17b8dcd63100a6b9e35199882f38bdc2be640777) Signed-off-by: G?\195?\188nther Kelleter <[email protected]> Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c =================================================================== --- trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c 2016-01-19 10:16:04 UTC (rev 48356) +++ trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c 2016-01-19 10:16:11 UTC (rev 48357) @@ -109,6 +109,7 @@ .rxclk_delay_en = false, .txclk_delay_sel = AR8327_CLK_DELAY_SEL1, .rxclk_delay_sel = AR8327_CLK_DELAY_SEL0, + .mac06_exchange_dis = true, }; static struct ar8327_pad_cfg dlan_pro_1200_ac_ar8327_pad5_cfg = { _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
