From patchwork Tue Feb 8 01:24:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Pedersen X-Patchwork-Id: 542124 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2AB5C433F5 for ; Tue, 8 Feb 2022 01:48:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238805AbiBHBsB (ORCPT ); Mon, 7 Feb 2022 20:48:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59896 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343607AbiBHBbK (ORCPT ); Mon, 7 Feb 2022 20:31:10 -0500 X-Greylist: delayed 376 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 07 Feb 2022 17:31:10 PST Received: from web.adapt-ip.com (mail.adapt-ip.com [107.194.246.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5789AC061355 for ; Mon, 7 Feb 2022 17:31:10 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by web.adapt-ip.com (Postfix) with ESMTP id D5F436A4575; Tue, 8 Feb 2022 01:24:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at web.adapt-ip.com Received: from web.adapt-ip.com ([127.0.0.1]) by localhost (web.adapt-ip.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id rFJ6zLVmbu2o; Tue, 8 Feb 2022 01:24:51 +0000 (UTC) Received: from atlas.campbell.adapt-ip.com (c-67-188-101-182.hsd1.ca.comcast.net [67.188.101.182]) (Authenticated sender: thomas@adapt-ip.com) by web.adapt-ip.com (Postfix) with ESMTPSA id 347756A431E; Tue, 8 Feb 2022 01:24:50 +0000 (UTC) From: Thomas Pedersen To: sforshee@kernel.org Cc: linux-wireless , Thomas Pedersen Subject: [PATCH 1/2] wireless-regdb: add support for US S1G channels Date: Mon, 7 Feb 2022 17:24:49 -0800 Message-Id: <20220208012450.190982-1-thomas@adapt-ip.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org The 902-928MHz band is one of the US ISM bands, so follows the same emission limits described in FCC part 15. Signed-off-by: Thomas Pedersen --- db.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/db.txt b/db.txt index 6dbda3c17e54..b6732070f6d7 100644 --- a/db.txt +++ b/db.txt @@ -1596,6 +1596,12 @@ country UG: DFS-FCC # frequency band, 2,483.5–2,500 MHz which is subject to strict emission limits # set out in 47 CFR § 15.205. TODO: reenable and specify a safe TX power here. country US: DFS-FCC + # S1G Channel 1-3 + (902-904 @ 2), (30) + # S1G Channel 5-35 + (904-920 @ 16), (30) + # S1G Channel 37-51 + (920-928 @ 8), (30) (2400 - 2472 @ 40), (30) # 5.15 ~ 5.25 GHz: 30 dBm for master mode, 23 dBm for clients (5150 - 5250 @ 80), (23), AUTO-BW From patchwork Tue Feb 8 01:24:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Pedersen X-Patchwork-Id: 541071 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C191C4321E for ; Tue, 8 Feb 2022 01:48:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240328AbiBHBsC (ORCPT ); Mon, 7 Feb 2022 20:48:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343611AbiBHBbL (ORCPT ); Mon, 7 Feb 2022 20:31:11 -0500 Received: from web.adapt-ip.com (mail.adapt-ip.com [107.194.246.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59BA4C061A73 for ; Mon, 7 Feb 2022 17:31:10 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by web.adapt-ip.com (Postfix) with ESMTP id 218316A457B; Tue, 8 Feb 2022 01:24:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at web.adapt-ip.com Received: from web.adapt-ip.com ([127.0.0.1]) by localhost (web.adapt-ip.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id vQzK_EAtJTdF; Tue, 8 Feb 2022 01:24:51 +0000 (UTC) Received: from atlas.campbell.adapt-ip.com (c-67-188-101-182.hsd1.ca.comcast.net [67.188.101.182]) (Authenticated sender: thomas@adapt-ip.com) by web.adapt-ip.com (Postfix) with ESMTPSA id 81BC96A4543; Tue, 8 Feb 2022 01:24:51 +0000 (UTC) From: Thomas Pedersen To: sforshee@kernel.org Cc: linux-wireless , Thomas Pedersen Subject: [PATCH 2/2] wireless-regdb: add 802.11ah bands to world regulatory domain Date: Mon, 7 Feb 2022 17:24:50 -0800 Message-Id: <20220208012450.190982-2-thomas@adapt-ip.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220208012450.190982-1-thomas@adapt-ip.com> References: <20220208012450.190982-1-thomas@adapt-ip.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org 802.11ah does not have a band which intersects global regulatory domains, so just add the possible range as NO-IR to at least allow passive scan. Signed-off-by: Thomas Pedersen --- db.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db.txt b/db.txt index b6732070f6d7..228b9bacb9ec 100644 --- a/db.txt +++ b/db.txt @@ -10,6 +10,9 @@ wmmrule ETSI: # This is the world regulatory domain country 00: + # There is no global intersection for 802.11ah, so just mark the entire + # possible band as NO-IR + (755 - 928 @ 2), (20), NO-IR (2402 - 2472 @ 40), (20) # Channel 12 - 13. (2457 - 2482 @ 20), (20), NO-IR, AUTO-BW