From patchwork Tue Jul 2 14:19:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Willi X-Patchwork-Id: 11027975 X-Patchwork-Delegate: johannes@sipsolutions.net Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C18681510 for ; Tue, 2 Jul 2019 14:25:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AB5F526419 for ; Tue, 2 Jul 2019 14:25:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9EC25284C9; Tue, 2 Jul 2019 14:25:42 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, 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 9B17626419 for ; Tue, 2 Jul 2019 14:25:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727168AbfGBOZl (ORCPT ); Tue, 2 Jul 2019 10:25:41 -0400 Received: from sitav-80046.hsr.ch ([152.96.80.46]:39158 "EHLO mail.strongswan.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726779AbfGBOZk (ORCPT ); Tue, 2 Jul 2019 10:25:40 -0400 X-Greylist: delayed 323 seconds by postgrey-1.27 at vger.kernel.org; Tue, 02 Jul 2019 10:25:39 EDT Received: from book.wlp.is (unknown [185.12.128.225]) by mail.strongswan.org (Postfix) with ESMTPSA id 294FD40186; Tue, 2 Jul 2019 16:20:15 +0200 (CEST) From: Martin Willi To: Seth Forshee Cc: wireless-regdb@lists.infradead.org, linux-wireless@vger.kernel.org, Henrik Laxhuber Subject: [PATCH] wireless-regdb: Fix overlapping ranges for Switzerland and Liechtenstein Date: Tue, 2 Jul 2019 16:19:44 +0200 Message-Id: <20190702141944.25902-1-martin@strongswan.org> X-Mailer: git-send-email 2.17.1 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 commit referenced below changes the 5GHz frequency range 5250-5330 to 5150-5330, making that range overlapping with the existing range 5170-5250. This imposes DFS limitations and a reduced maximum power level for the range 5170-5250. The change of the frequency range seems not intentional. Instead the commit should have changed the 5170-5250 range to 5150-5250, and the 5250-5330 range to 5250-5350 (see [1]). [1] https://www.ofcomnet.ch/api/rir/1010/05 Fixes: 957a7cff72a3 ("wireless-regdb: update regulatory rules for Switzerland (CH), and Liechtenstein (LI) on 5GHz") Signed-off-by: Martin Willi --- db.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/db.txt b/db.txt index d47ab94c3aa5..37393e6a793e 100644 --- a/db.txt +++ b/db.txt @@ -271,8 +271,8 @@ country CF: DFS-FCC # transmitter power control is in use: 5250-5330@23db, 5490-5710@30db country CH: DFS-ETSI (2402 - 2482 @ 40), (20) - (5170 - 5250 @ 80), (23), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI - (5150 - 5330 @ 80), (20), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI + (5150 - 5250 @ 80), (23), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI + (5250 - 5350 @ 80), (20), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI (5490 - 5710 @ 160), (27), DFS, wmmrule=ETSI # 60 GHz band channels 1-4, ref: Etsi En 302 567 (57000 - 66000 @ 2160), (40) @@ -747,8 +747,8 @@ country LC: DFS-ETSI # transmitter power control is in use: 5250-5330@23db, 5490-5710@30db country LI: DFS-ETSI (2402 - 2482 @ 40), (20) - (5170 - 5250 @ 80), (23), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI - (5150 - 5330 @ 80), (20), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI + (5150 - 5250 @ 80), (23), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI + (5250 - 5350 @ 80), (20), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI (5490 - 5710 @ 160), (27), DFS, wmmrule=ETSI # 60 GHz band channels 1-4, ref: Etsi En 302 567 (57000 - 66000 @ 2160), (40)