From: John Crispin Date: Tue, 19 Jan 2016 10:16:11 +0000 (+0000) Subject: ar71xx: fix AR8337 switch initialization on dLAN pro 1200+ WiFi ac X-Git-Tag: reboot~770 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=9d4e076966c97bd5ef7610650f4776857e457ac6;p=openwrt%2Fopenwrt.git ar71xx: fix AR8337 switch initialization on dLAN pro 1200+ WiFi ac unswap ports 0/6 (broken by 17b8dcd63100a6b9e35199882f38bdc2be640777) Signed-off-by: Günther Kelleter SVN-Revision: 48357 --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c index 03b9f19835..4dc7b994ff 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c @@ -109,6 +109,7 @@ static struct ar8327_pad_cfg dlan_pro_1200_ac_ar8327_pad0_cfg = { .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 = {