From patchwork Thu Mar 1 14:18:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 10251607 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 BE0B860211 for ; Thu, 1 Mar 2018 14:22:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AE71828516 for ; Thu, 1 Mar 2018 14:22:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ACA052847A; Thu, 1 Mar 2018 14:22:44 +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 A1F8A28776 for ; Thu, 1 Mar 2018 14:22:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031419AbeCAOWM (ORCPT ); Thu, 1 Mar 2018 09:22:12 -0500 Received: from mail-qt0-f195.google.com ([209.85.216.195]:38554 "EHLO mail-qt0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031160AbeCAOWL (ORCPT ); Thu, 1 Mar 2018 09:22:11 -0500 Received: by mail-qt0-f195.google.com with SMTP id n12so7689478qtl.5 for ; Thu, 01 Mar 2018 06:22:10 -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=a4ovzWAN5LjTape0Y9UTTWkC4cO/OvfiModoHT55Nm0=; b=unxw9h6haJscVKVSitv8Znv0mPh5rJwWOKSibGemFYutJtjkv7D3dXCvtyTZ0gLhpK 409kBulN9d2v/HwKgXvVT/iV3aP2+6xMtdgufLyKaaR3eQSs2eTUilw/MOEbxvZP5cuD 570jIKJH2uI8m6iz3CiUc9zltEeBvvubKqURzDAG9UR4V9TGFUqIVl0VXFENB7EOjJcs wWNcgd8nxyVy5RnszF9I/dUXXTpHZn91lRGN7Edcfts9UQfBtH0O/nWicW0BWe5w//s1 reD0XWYcNpfXsKBgcaltFNWUaxLyxu7trfdtTsmTzeauOVzi+HOKtu0B+dJX6ZLfLlt9 nZ8A== 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=a4ovzWAN5LjTape0Y9UTTWkC4cO/OvfiModoHT55Nm0=; b=OQ7WktQ/izR0EFxE1Ew/Hk9Tgy4k15NUSWiECI6dZysUms40nlE9yiht9/lfMBbcP0 6b/nRbLBTidqeszAE0xgUqnVItnIyIFDgXAx3qUAxRtbSVj9BSif4TSZmxB5jPQH69L5 NI0wpXz8tPU2eGIS3M3QJDgVGhLrfCaSeK9L1zs/7nSvQAtnO/zqJGDvDDE5k7FEPX0K MiYF9uXVGsyRBzZo7DxF+et92pW/ZaOm3gQ61JTRMmwpQyrV52DQtadPQ0pmTxcINzI1 s+2rt2xzrhXFR2nvoLHzytMrhy6zxr6tWEP4k3bpYINJUTLx7QE38mObtoTxUs3zp8ZB 1+TA== X-Gm-Message-State: AElRT7Emlahj5tBe8QEqubf2Dz9zwtRpojKCnNI2oq4Es3/f0xhUU0c6 r4TQt6aNlDHbms+JSuABqJ/kN03j3Uk= X-Google-Smtp-Source: AG47ELv183DGc0lc+DC/5JNstEq075qPwfGrbenDysXD2XmK2Z38SRPIX9tTXQfo8UJUZcPZLnCtvw== X-Received: by 10.200.22.242 with SMTP id y47mr3119371qtk.216.1519914130232; Thu, 01 Mar 2018 06:22:10 -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 k29sm3091055qtc.45.2018.03.01.06.22.09 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 01 Mar 2018 06:22:09 -0800 (PST) From: Sven Eckelmann To: linux-wireless@vger.kernel.org Cc: Kalle Valo , "Luis R. Rodriguez" , Sven Eckelmann Subject: [PATCH 41/52] ath: Map Peru to APL1_WORLD Date: Thu, 1 Mar 2018 15:18:51 +0100 Message-Id: <20180301141902.24824-42-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. This change itself doesn't change the selected CTL of this country and is only required to stay in sync with the QCA mappings. 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 1d49300451a8..983572ea7048 100644 --- a/drivers/net/wireless/ath/regd_common.h +++ b/drivers/net/wireless/ath/regd_common.h @@ -458,7 +458,7 @@ static struct country_code_to_enum_rd allCountries[] = { {CTRY_PANAMA, FCC1_FCCA, "PA"}, {CTRY_PAPUA_NEW_GUINEA, FCC1_WORLD, "PG"}, {CTRY_PARAGUAY, FCC3_WORLD, "PY"}, - {CTRY_PERU, APL1_WORLD, "PE"}, + {CTRY_PERU, FCC3_WORLD, "PE"}, {CTRY_PHILIPPINES, APL1_WORLD, "PH"}, {CTRY_POLAND, ETSI1_WORLD, "PL"}, {CTRY_PORTUGAL, ETSI1_WORLD, "PT"},