From patchwork Thu Mar 1 14:18:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 10251601 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 644A660211 for ; Thu, 1 Mar 2018 14:22:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 49262286E3 for ; Thu, 1 Mar 2018 14:22:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 401E028389; Thu, 1 Mar 2018 14:22:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 77AD128746 for ; Thu, 1 Mar 2018 14:22:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031410AbeCAOWE (ORCPT ); Thu, 1 Mar 2018 09:22:04 -0500 Received: from mail-qt0-f194.google.com ([209.85.216.194]:33643 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031229AbeCAOWB (ORCPT ); Thu, 1 Mar 2018 09:22:01 -0500 Received: by mail-qt0-f194.google.com with SMTP id a23so7718642qtn.0 for ; Thu, 01 Mar 2018 06:22:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openmesh-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ne2MBS7oKIcVIMyLjXT9mDnYcTuyOu5USxS2BsohUhY=; b=eESnzNkVzBEZwtkx3Mr26gRSaW3XWAOARkAPmyCFUhFEP6D+54QQxGHM9RQ1mh4PsQ hb1cF/geSHd00RMHiOPvoC5v07YBI9iN8n5CrmlR7/Vxu7G9I727tfVQGjm8vrsYrOIb MmH7FnIaL2IEKLVqls4wqYbeYM1ytIpWsc++iGitVUV0GQfxuUgEdG5Uhv0SJIk3JCYi c16KTtaDi/nu3+jzvvxHktzBM0I1hUj7laI6tM0coUd8i3Ag+WWgGvWIXvIwRvsP/suy PpzfHDFQ9Y1Z4+G+67Mcr6XUcNg+ACRYvk6WLB5JKtEbaK/5Wi9HCA9RIXMkJgsLiuMg rR5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ne2MBS7oKIcVIMyLjXT9mDnYcTuyOu5USxS2BsohUhY=; b=rTJ7hAJ3CCrldu7dnoNeIGwoUv6nk98k6/XcEp7pz9PKeoogVomJjwHa4gihrUaMEG 7Rwe4jC7z9RwbuKMhRW3ypL1qOj5d5/Caa/3JEeHO7wzorALcudNHtOVens9O27Ez2mo 5ktl1hn/abaGM3wWGsd/D6uUvAyNt73Y8tRz2wGEqyQ0VBkrABBMGYVicin6eUGN53r1 7mdFthaM0d8R2/S0MZqvRw5Eb1St0rAIiBXloEpMuPGpkLl6NshWZSCsuJQEDKDTaE30 Vns3m372rvjn5yv2FBGV9RBPaurDIxmWMQN/3wmlL/wnjRqQII99mlm2KHFP2UZwEJDw OSkQ== X-Gm-Message-State: AElRT7FlY+Ay0EGl/YHHpAezJzow/O7WcxY+NgQ0ygRq88OqJ6rhdyX9 /nkoClQ1cfCvD8STRhnDHU9/3ysceNY= X-Google-Smtp-Source: AG47ELsYVuZ5oigLcLzhKXXHxvq5AX1j72yGBV53VY0/LBdrSe4K8618kR9ffGUoR+i2W8u3zmRHCw== X-Received: by 10.200.0.209 with SMTP id d17mr3318132qtg.336.1519914120422; Thu, 01 Mar 2018 06:22:00 -0800 (PST) Received: from sven-desktop.home.narfation.org (p2003007C6F4301EA1FEAE4CE1DF3DE58.dip0.t-ipconnect.de. [2003:7c:6f43:1ea:1fea:e4ce:1df3:de58]) by smtp.gmail.com with ESMTPSA id d77sm2740767qkc.33.2018.03.01.06.21.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 01 Mar 2018 06:22:00 -0800 (PST) From: Sven Eckelmann To: linux-wireless@vger.kernel.org Cc: Kalle Valo , "Luis R. Rodriguez" , Sven Eckelmann Subject: [PATCH 37/52] ath: Map Malasia to FCC1_WORLD Date: Thu, 1 Mar 2018 15:18:47 +0100 Message-Id: <20180301141902.24824-38-sven.eckelmann@openmesh.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180301141902.24824-1-sven.eckelmann@openmesh.com> References: <20180301141902.24824-1-sven.eckelmann@openmesh.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The regdomain code is used to select the correct the correct conformance test limits (CTL) for a country. If the regdomain code isn't correctly mapped to the actual CTL entries in EEPROM then it could happen that the device violates the regulations. But it can also happen that the device is then not able to be used with its full txpower on all rates. The CTL mappings for this regdomain code were now changed to: * 2.4GHz: ETSI * 5GHz: ETSI -> FCC Signed-off-by: Sven Eckelmann --- drivers/net/wireless/ath/regd_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/regd_common.h b/drivers/net/wireless/ath/regd_common.h index f457c9d50bd2..efc363af5e41 100644 --- a/drivers/net/wireless/ath/regd_common.h +++ b/drivers/net/wireless/ath/regd_common.h @@ -440,7 +440,7 @@ static struct country_code_to_enum_rd allCountries[] = { {CTRY_LUXEMBOURG, ETSI1_WORLD, "LU"}, {CTRY_MACAU, FCC2_WORLD, "MO"}, {CTRY_MACEDONIA, ETSI1_WORLD, "MK"}, - {CTRY_MALAYSIA, APL8_WORLD, "MY"}, + {CTRY_MALAYSIA, FCC1_WORLD, "MY"}, {CTRY_MALTA, ETSI1_WORLD, "MT"}, {CTRY_MAURITIUS, ETSI1_WORLD, "MU"}, {CTRY_MEXICO, FCC1_FCCA, "MX"},