diff options
author | John Crispin <john@openwrt.org> | 2016-01-19 10:16:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-19 10:16:11 +0000 |
commit | 9d4e076966c97bd5ef7610650f4776857e457ac6 (patch) | |
tree | 6b3924d217d196e4cc7bc7e10ded16789c7fc8a1 /target/linux/ar71xx | |
parent | ed72c5f846941dcca3eab1d72c48472b383752e9 (diff) | |
download | upstream-9d4e076966c97bd5ef7610650f4776857e457ac6.tar.gz upstream-9d4e076966c97bd5ef7610650f4776857e457ac6.tar.bz2 upstream-9d4e076966c97bd5ef7610650f4776857e457ac6.zip |
ar71xx: fix AR8337 switch initialization on dLAN pro 1200+ WiFi ac
unswap ports 0/6 (broken by 17b8dcd63100a6b9e35199882f38bdc2be640777)
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
SVN-Revision: 48357
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |