[wireless-regdb] [PATCH 2/3] wireless-regdb: enable VHT80 when world roaming

Luis R. Rodriguez mcgrof at do-not-panic.com
Tue Apr 9 01:52:57 EDT 2013


From: "Luis R. Rodriguez" <mcgrof at do-not-panic.com>

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.

Cc: Yunsen Wang <yunsenw at qca.qualcomm.com>
Cc: Michael Green <green at qca.qualcomm.com>
Cc: wireless-regdb at lists.infradead.org
Signed-off-by: Luis R. Rodriguez <mcgrof at do-not-panic.com>
---
 db.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/db.txt b/db.txt
index 2d09a3c..ae0f83d 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




More information about the wireless-regdb mailing list