Return-path: Received: from mail-pa0-f44.google.com ([209.85.220.44]:36434 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933393Ab3GDBIf (ORCPT ); Wed, 3 Jul 2013 21:08:35 -0400 Received: by mail-pa0-f44.google.com with SMTP id lj1so775281pab.3 for ; Wed, 03 Jul 2013 18:08:35 -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: [RFC 50/53] wireless-regdb: enable VHT80 when world roaming Date: Wed, 3 Jul 2013 18:04:46 -0700 Message-Id: <1372899889-19183-51-git-send-email-mcgrof@do-not-panic.com> (sfid-20130704_032040_603631_9EDE81AA) In-Reply-To: <1372899889-19183-1-git-send-email-mcgrof@do-not-panic.com> References: <1372899889-19183-1-git-send-email-mcgrof@do-not-panic.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: From: "Luis R. Rodriguez" For VHT, the wider bandwidths (up to 160 MHz) need to be allowed. Since world roaming only covers the case of connecting to an AP, it can be opened up there, we will rely on the AP to know the local regulations. Based on a patch by Johannes Berg for upstream Linux. Signed-off-by: Luis R. Rodriguez --- db.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.txt b/db.txt index 7b1e6e8..767aee3 100644 --- a/db.txt +++ b/db.txt @@ -6,10 +6,10 @@ country 00: # Channel 14. Only JP enables this and for 802.11b only (2474 - 2494 @ 20), (3, 20), PASSIVE-SCAN, NO-IBSS, NO-OFDM # Channel 36 - 48 - (5170 - 5250 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS + (5170 - 5250 @ 80), (3, 20), PASSIVE-SCAN, NO-IBSS # NB: 5260 MHz - 5700 MHz requies DFS # Channel 149 - 165 - (5735 - 5835 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS + (5735 - 5835 @ 80), (3, 20), PASSIVE-SCAN, NO-IBSS country AD: -- 1.7.10.4