Return-path: Received: from mail-pa0-f47.google.com ([209.85.220.47]:55997 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751326Ab3GQCWs (ORCPT ); Tue, 16 Jul 2013 22:22:48 -0400 Received: by mail-pa0-f47.google.com with SMTP id kl14so1421498pab.6 for ; Tue, 16 Jul 2013 19:22:48 -0700 (PDT) From: "Luis R. Rodriguez" To: linville@tuxdriver.com Cc: wireless-regdb@lists.infradead.org, linux-wireless@vger.kernel.org, "Luis R. Rodriguez" Subject: [PATCH 47/53] wireless-regdb: enable HT40 in RU - Russian Federation Date: Tue, 16 Jul 2013 19:18:36 -0700 Message-Id: <1374027522-18488-48-git-send-email-mcgrof@do-not-panic.com> (sfid-20130717_042251_306338_23C06E2F) In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com> References: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: From: "Luis R. Rodriguez" As per QCA the Russian Federation (RU) enables HT40 on the 5 GHz band as follows. This has been verified by actual product submission and product certification. Band [MHz] Max BW [MHz] Max gain Max EIRP [dBm (mW)] 5170-5330 40 N/A 20.00 (100.00) 5650-5710 40 N/A 30.00 (1000.00) 5735.000 - 5835.000 40 N/A 30.00 (1000.00) Prior to this we didn't have HT40 allowed on RU at all. This patch changes this and splits the 5 GHz band into two segments which allow two different max EIRP values. Exact details on the 5 GHz QCA work for Russia you can refer to this PDF: http://lists.infradead.org/pipermail/wireless-regdb/attachments/20130125/29d3fa1f/attachment-0001.pdf Originally submitted to the list by Michael Green. Signed-off-by: Luis R. Rodriguez --- db.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/db.txt b/db.txt index c76131b..0815e6e 100644 --- a/db.txt +++ b/db.txt @@ -672,7 +672,9 @@ country RS: country RU: (2402 - 2482 @ 40), (N/A, 20) - (5735 - 5835 @ 20), (N/A, 30) + (5170 - 5330 @ 40), (N/A, 20) + (5650 - 5710 @ 40), (N/A, 30) + (5735 - 5835 @ 40), (N/A, 30) country RW: (2402 - 2482 @ 40), (N/A, 20) -- 1.7.10.4