From patchwork Thu Jan 14 14:42:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?G=C3=BCnther_Kelleter?= X-Patchwork-Id: 567517 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 749051402E2 for ; Fri, 15 Jan 2016 01:56:21 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 31F1528BFBB; Thu, 14 Jan 2016 15:55:35 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 45B6528BFBB for ; Thu, 14 Jan 2016 15:55:21 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .devolo. - helo: .mout0.freenet. - helo-domain: .freenet.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=1; rate: -5.5 Received: from mout0.freenet.de (mout0.freenet.de [195.4.92.90]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 14 Jan 2016 15:55:20 +0100 (CET) Received: from [195.4.92.141] (helo=mjail1.freenet.de) by mout0.freenet.de with esmtpa (ID gnther.kelleter@freenet.de) (port 25) (Exim 4.85 #1) id 1aJjJY-0003Ly-5J; Thu, 14 Jan 2016 15:55:52 +0100 Received: from localhost ([::1]:41455 helo=mjail1.freenet.de) by mjail1.freenet.de with esmtpa (ID gnther.kelleter@freenet.de) (Exim 4.85 #1) id 1aJjJY-0004vk-0Y; Thu, 14 Jan 2016 15:55:52 +0100 Received: from mx2.freenet.de ([195.4.92.12]:49709) by mjail1.freenet.de with esmtpa (ID gnther.kelleter@freenet.de) (Exim 4.85 #1) id 1aJjGl-0006QP-5J; Thu, 14 Jan 2016 15:52:59 +0100 Received: from p54b44a39.dip0.t-ipconnect.de ([84.180.74.57]:59924 helo=gkelleter.devolo.com) by mx2.freenet.de with esmtpsa (ID gnther.kelleter@freenet.de) (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (port 25) (Exim 4.85 #1) id 1aJjGl-0004Rm-0O; Thu, 14 Jan 2016 15:52:59 +0100 Received: by gkelleter.devolo.com (Postfix, from userid 1000) id 24B9B62262; Thu, 14 Jan 2016 15:43:49 +0100 (CET) From: =?UTF-8?q?G=C3=BCnther=20Kelleter?= To: openwrt-devel@lists.openwrt.org Date: Thu, 14 Jan 2016 15:42:29 +0100 Message-Id: <1452782550-17033-1-git-send-email-guenther.kelleter@devolo.de> X-Mailer: git-send-email 2.5.4.92.gc15957c MIME-Version: 1.0 X-Originated-At: 84.180.74.57!59924 Subject: [OpenWrt-Devel] [PATCH 1/2] ar71xx: fix AR8337 switch initialization on dLAN pro 1200+ WiFi ac X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" unswap ports 0/6 (broken by 17b8dcd63100a6b9e35199882f38bdc2be640777) Signed-off-by: Günther Kelleter --- target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c | 1 + 1 file changed, 1 insertion(+) 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 03b9f19..4dc7b99 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 = {