From patchwork Wed Jul 29 09:29:35 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: 501629 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 55AA11402A5 for ; Wed, 29 Jul 2015 19:30:06 +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=vt+2X6eB; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 113B628050F; Wed, 29 Jul 2015 11:29:23 +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 53D792803F5 for ; Wed, 29 Jul 2015 11:29:14 +0200 (CEST) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-oi0-f46.google.com (mail-oi0-f46.google.com [209.85.218.46]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Wed, 29 Jul 2015 11:29:14 +0200 (CEST) Received: by oigi136 with SMTP id i136so2066338oig.1 for ; Wed, 29 Jul 2015 02:29:45 -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=iq+fWRtjhVQ7BO1dWd78CaGc/j9xbkCtAaLtAGMYqWk=; b=vt+2X6eB8hGSSpDW1mKJWEq2Pk0EDoVVTGooMHA1nfHbjalG6BDbBdHOj5u4fRxPzB dO0gq1SWAZkaH5o5ag/lZi104Hr7Z2A/aLwHG0cLaglfF2RTrPZ1AxQwjiFd0N6PD9cL 2D0J5EfA9q1uLE2/DOYTjDIlfA3wd1TKRzMQv1n7Gcipm5o66Mzf6184zlKA1wzRII+W 1KgClaYbvjF6Rbl9OHQyMSC+VmbH+mkedguFBr09KLJubVKhj4Z+LnR89NEcikCGC0Lq 1yJMiA9oV8CXwziohRu9usPTPbdbWAuTir06+bQNNUCtExbFLWr/qoCB/1iig4O4XvFv JXPQ== X-Received: by 10.202.217.68 with SMTP id q65mr34698791oig.17.1438162185445; Wed, 29 Jul 2015 02:29:45 -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 h194sm14081806oib.24.2015.07.29.02.29.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 29 Jul 2015 02:29:44 -0700 (PDT) From: "L. D. Pinney" To: OpenWrt Development List Date: Wed, 29 Jul 2015 04:29:35 -0500 Message-Id: <1438162175-10566-1-git-send-email-ldpinney@gmail.com> X-Mailer: git-send-email 2.1.4 Subject: [OpenWrt-Devel] (no subject) 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" Subject: [PATCH] ramips: Fix Ticket #20153 swap radio calibration data pointers on the RE6500 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>; }; };