From patchwork Wed Jul 29 09:33:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "L. D. Pinney" X-Patchwork-Id: 501630 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 C41791402A5 for ; Wed, 29 Jul 2015 19:34:01 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=y6WHTFzk; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id B5AFE280AE2; Wed, 29 Jul 2015 11:33:13 +0200 (CEST) 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,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id E925B2803F5 for ; Wed, 29 Jul 2015 11:33:07 +0200 (CEST) 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: .gmail. - helo: .mail-ob0-f173.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Wed, 29 Jul 2015 11:33:07 +0200 (CEST) Received: by obdeg2 with SMTP id eg2so3058691obd.0 for ; Wed, 29 Jul 2015 02:33:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=VQpvwWcP96uzYef41kfo1R/jNTnUOCGIdsGmnJ7qg+o=; b=y6WHTFzk2N56CAGaKYq0Gp7dFDIM6/Z/W4QoBgCvFi+y4D/357kS2Kx2vO15z4IIWt mJyTsI8gBBIN3471ccQuepxRk3sxOwywvV7x4LGStDoPp1wVNSsnvAiQOTuhLxHhx6DK UgbHvDuOau7JuVpz5DKlnh9hBf5d81WNip4nSxgES8A5fVSZDJi3iyW06wB4s9MJ9izN c2S4eDvVD8qL+cQTzN2wbcym05sgd5hgvdZFj2faKlSDS1EMCOyiQC3+p7h64sS1j/lt ZhE1fC3oz10hUrRewkUb/4K4KMMqrHkPvPd2QvaLcosprSiENDsCV6HOgZBsKEkXy0+N FFbw== X-Received: by 10.60.136.131 with SMTP id qa3mr38182803oeb.34.1438162419142; Wed, 29 Jul 2015 02:33:39 -0700 (PDT) Received: from black.lan (ip70-185-197-240.ok.ok.cox.net. [70.185.197.240]) by smtp.gmail.com with ESMTPSA id n2sm14097538oia.29.2015.07.29.02.33.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 29 Jul 2015 02:33:38 -0700 (PDT) From: "L. D. Pinney" To: OpenWrt Development List Date: Wed, 29 Jul 2015 04:33:27 -0500 Message-Id: <1438162407-10674-1-git-send-email-ldpinney@gmail.com> X-Mailer: git-send-email 2.1.4 Subject: [OpenWrt-Devel] [PATCH] ramips: Fix Ticket #20153 swap radio calibration data pointers on the RE6500 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: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" This patch fixes weak radio signal reported by nikola.georgiev Signed-off-by: L. D. Pinney --- Patch applies to CC as well. target/linux/ramips/dts/RE6500.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts index 0c33994..36d6218 100644 --- a/target/linux/ramips/dts/RE6500.dts +++ b/target/linux/ramips/dts/RE6500.dts @@ -69,7 +69,7 @@ mt76@0,0 { reg = <0x0000 0 0 0 0>; device_type = "pci"; - mediatek,mtd-eeprom = <&factory 0x8000>; + mediatek,mtd-eeprom = <&factory 0x0000>; mediatek,2ghz = <0>; }; }; @@ -78,7 +78,7 @@ mt76@1,0 { reg = <0x0000 0 0 0 0>; device_type = "pci"; - mediatek,mtd-eeprom = <&factory 0x0000>; + mediatek,mtd-eeprom = <&factory 0x8000>; mediatek,5ghz = <0>; }; };