linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/53] wireless-regdb: latest updates
@ 2013-07-17  2:17 Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 01/53] wireless-regdb: AU, Australia - enable VHT80 Luis R. Rodriguez
                   ` (53 more replies)
  0 siblings, 54 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:17 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

I saw one comment posted about the Indonesia patch, I fixed that.
I also then ran some sanity tests with a new reglib addition
wich I recently posted. This helped find two cases which
required disabling VHT80 for two countries on a specific band.
One was for US for 5690 and another for TW for 5290. In both cases
the reason is due to the fact that the only way to use VHT80 is
to combine two frequency ranges together that are contiguous and
apply the most restrictive band rules for that range. We don't support
this yet so just disable VHT80 in both cases. In the US case this
also seems to be the preferred ruling.

This now goes out in patch form.

Luis R. Rodriguez (53):
  wireless-regdb: AU, Australia - enable VHT80
  wireless-regdb: BR, Brazil - enable VHT80
  wireless-regdb: CA, Canada - enable VHT80
  wireless-regdb: HK, Hong Kong - enable VHT80
  wireless-regdb: NZ, New Zealand - enable VHT80
  wireless-regdb: AR, Argentina - enable VHT80
  wireless-regdb: CO, Colombia - enable VHT80
  wireless-regdb: GU, Guam - enable VHT80
  wireless-regdb: MX, Mexico - enable VHT80
  wireless-regdb: PE, Peru - enable VHT80
  wireless-regdb: PH, Philippines - enable VHT80
  wireless-regdb: PR, Puerto Rico - enable VHT80
  wireless-regdb: SA, Saudi Arabia - enable VHT80
  wireless-regdb: SG, Singapore - enable VHT80
  wireless-regdb: ZA, South Africa - enable VHT80
  wireless-regdb: TH, Thailand - enable VHT80
  wireless-regdb: AE, United Arab Emirates - enable VHT80
  wireless-regdb: VN, Vietnam - enable VHT80
  wireless-regdb: AT, Austria - enable VHT80
  wireless-regdb: FR, France - enable VHT80
  wireless-regdb: DE, Germany - enable VHT80
  wireless-regdb: GB, United Kingdom - enable VHT80
  wireless-regdb: BE, Belgium - enable VHT80
  wireless-regdb: CZ, Czech Republic - enable VHT80
  wireless-regdb: DK, Denmark - enable VHT80
  wireless-regdb: FI, Finland - enable VHT80
  wireless-regdb: GR, Greece- enable VHT80
  wireless-regdb: IE, Ireland - enable VHT80
  wireless-regdb: IT, Italy - enable VHT80
  wireless-regdb: LU, Luxembourg - enable VHT80
  wireless-regdb: NL, Netherlands - enable VHT80
  wireless-regdb: PL, Poland - enable VHT80
  wireless-regdb: PT, Portugal - enable VHT80
  wireless-regdb: SK, Slovakia - enable VHT80
  wireless-regdb: ES, Spain - enable VHT80
  wireless-regdb: SE, Sweden - enable VHT80
  wireless-regdb: CH, Switzerland - enable VHT80
  wireless-regdb: TR, Turkey - enable VHT80
  wireless-regdb: CN, China - enable VHT80
  wireless-regdb: enable VHT80 and VHT160 for JP
  wireless-regdb: US, United States - enable VHT80
  wireless-regdb: ID, Indonesia - enable 5 GHz and VHT80
  wireless-regdb: IL, Isreal - enable VHT80
  wireless-regdb: KW, Kuwait - enable VHT80
  wireless-regdb: MY, Malaysia - enable VHT80
  wireless-regdb: MA, Morocco - enable 5 GHz and VHT80
  wireless-regdb: enable HT40 in RU - Russian Federation
  wireless-regdb: KR, Republic of Korea - enable VHT80
  wireless-regdb: TW, Taiwan - enable VHT80
  wireless-regdb: enable VHT80 when world roaming
  wireless-regdb: add 802.11ad 60 GHz channels 1..3 to world regdom
  wireless-regdb: CR, Costa Rica - enable VHT80
  wireless-regdb: EC, Ecauador - enable VHT80

 db.txt |  316 +++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 173 insertions(+), 143 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 55+ messages in thread

* [PATCH 01/53] wireless-regdb: AU, Australia - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
@ 2013-07-17  2:17 ` Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 02/53] wireless-regdb: BR, Brazil " Luis R. Rodriguez
                   ` (52 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:17 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and updates the max EIRP. This also adds
a new DFS 5 GHz band: 5490 - 5710 MHz.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index c5861b8..0e7794e 100644
--- a/db.txt
+++ b/db.txt
@@ -53,9 +53,10 @@ country AT: DFS-ETSI
 
 country AU:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (3, 23)
-	(5250 - 5330 @ 40), (3, 23), DFS
-	(5735 - 5835 @ 40), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country AW:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 02/53] wireless-regdb: BR, Brazil - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 01/53] wireless-regdb: AU, Australia - enable VHT80 Luis R. Rodriguez
@ 2013-07-17  2:17 ` Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 03/53] wireless-regdb: CA, Canada " Luis R. Rodriguez
                   ` (51 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:17 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and increases the max EIRP on two
5 GHz bands.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/db.txt b/db.txt
index 0e7794e..a6c23bd 100644
--- a/db.txt
+++ b/db.txt
@@ -125,10 +125,10 @@ country BO:
 
 country BR:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (3, 17)
-	(5250 - 5330 @ 40), (3, 20), DFS
-	(5490 - 5710 @ 40), (3, 20), DFS
-	(5735 - 5835 @ 40), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country BY:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 03/53] wireless-regdb: CA, Canada - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 01/53] wireless-regdb: AU, Australia - enable VHT80 Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 02/53] wireless-regdb: BR, Brazil " Luis R. Rodriguez
@ 2013-07-17  2:17 ` Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 04/53] wireless-regdb: HK, Hong Kong " Luis R. Rodriguez
                   ` (50 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:17 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and increases the max EIRP on two
5 GHz bands.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/db.txt b/db.txt
index a6c23bd..37a13c6 100644
--- a/db.txt
+++ b/db.txt
@@ -142,10 +142,10 @@ country BZ:
 
 country CA:
 	(2402 - 2472 @ 40), (3, 27)
-	(5170 - 5250 @ 40), (3, 17)
-	(5250 - 5330 @ 40), (3, 20), DFS
-	(5490 - 5710 @ 40), (3, 20), DFS
-	(5735 - 5835 @ 40), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country CH: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 04/53] wireless-regdb: HK, Hong Kong - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (2 preceding siblings ...)
  2013-07-17  2:17 ` [PATCH 03/53] wireless-regdb: CA, Canada " Luis R. Rodriguez
@ 2013-07-17  2:17 ` Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 05/53] wireless-regdb: NZ, New Zealand " Luis R. Rodriguez
                   ` (49 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:17 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and increases the max EIRP on two
5 GHz bands.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/db.txt b/db.txt
index 37a13c6..bb846af 100644
--- a/db.txt
+++ b/db.txt
@@ -349,10 +349,10 @@ country HN:
 
 country HK:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (3, 17)
-	(5250 - 5330 @ 40), (3, 20), DFS
-	(5490 - 5710 @ 40), (3, 20), DFS
-	(5735 - 5835 @ 40), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country HR: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 05/53] wireless-regdb: NZ, New Zealand - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (3 preceding siblings ...)
  2013-07-17  2:17 ` [PATCH 04/53] wireless-regdb: HK, Hong Kong " Luis R. Rodriguez
@ 2013-07-17  2:17 ` Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 06/53] wireless-regdb: AR, Argentina " Luis R. Rodriguez
                   ` (48 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:17 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and increases the max EIRP on two
5 GHz bands, decreases the max EIRP on the first
5 GHz band and adds a new band 5490 - 5710 MHz.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index bb846af..1f16aff 100644
--- a/db.txt
+++ b/db.txt
@@ -574,9 +574,10 @@ country NP:
 
 country NZ:
 	(2402 - 2482 @ 40), (N/A, 30)
-	(5170 - 5250 @ 20), (3, 23)
-	(5250 - 5330 @ 20), (3, 23), DFS
-	(5735 - 5835 @ 20), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country OM:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 06/53] wireless-regdb: AR, Argentina - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (4 preceding siblings ...)
  2013-07-17  2:17 ` [PATCH 05/53] wireless-regdb: NZ, New Zealand " Luis R. Rodriguez
@ 2013-07-17  2:17 ` Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 07/53] wireless-regdb: CO, Colombia " Luis R. Rodriguez
                   ` (47 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:17 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and increases the max EIRP on two
5 GHz bands.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/db.txt b/db.txt
index 1f16aff..b82b255 100644
--- a/db.txt
+++ b/db.txt
@@ -38,10 +38,10 @@ country AN:
 
 country AR:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (3, 17)
-	(5250 - 5330 @ 40), (3, 20), DFS
-	(5490 - 5710 @ 40), (3, 20), DFS
-	(5735 - 5835 @ 40), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country AT: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 07/53] wireless-regdb: CO, Colombia - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (5 preceding siblings ...)
  2013-07-17  2:17 ` [PATCH 06/53] wireless-regdb: AR, Argentina " Luis R. Rodriguez
@ 2013-07-17  2:17 ` Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 08/53] wireless-regdb: GU, Guam " Luis R. Rodriguez
                   ` (46 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:17 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and update the max EIRP. This also adds
a new DFS 5 GHz band: 5490 - 5710 MHz.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index b82b255..6d7a762 100644
--- a/db.txt
+++ b/db.txt
@@ -172,9 +172,10 @@ country CN:
 
 country CO:
 	(2402 - 2472 @ 40), (3, 27)
-	(5170 - 5250 @ 40), (3, 17)
-	(5250 - 5330 @ 40), (3, 23), DFS
-	(5735 - 5835 @ 40), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country CR:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 08/53] wireless-regdb: GU, Guam - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (6 preceding siblings ...)
  2013-07-17  2:17 ` [PATCH 07/53] wireless-regdb: CO, Colombia " Luis R. Rodriguez
@ 2013-07-17  2:17 ` Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 09/53] wireless-regdb: MX, Mexico " Luis R. Rodriguez
                   ` (45 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:17 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and update the max EIRP. This also adds
a new DFS 5 GHz band: 5490 - 5710 MHz.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 6d7a762..4b1cf8e 100644
--- a/db.txt
+++ b/db.txt
@@ -337,9 +337,10 @@ country GT:
 
 country GU:
 	(2402 - 2472 @ 40), (3, 27)
-	(5170 - 5250 @ 20), (3, 17)
-	(5250 - 5330 @ 20), (3, 23), DFS
-	(5735 - 5835 @ 20), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country HN:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 09/53] wireless-regdb: MX, Mexico - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (7 preceding siblings ...)
  2013-07-17  2:17 ` [PATCH 08/53] wireless-regdb: GU, Guam " Luis R. Rodriguez
@ 2013-07-17  2:17 ` Luis R. Rodriguez
  2013-07-17  2:17 ` [PATCH 10/53] wireless-regdb: PE, Peru " Luis R. Rodriguez
                   ` (44 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:17 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and update the max EIRP. This also adds
a new DFS 5 GHz band: 5490 - 5710 MHz.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 4b1cf8e..570a951 100644
--- a/db.txt
+++ b/db.txt
@@ -550,9 +550,10 @@ country MY:
 
 country MX:
 	(2402 - 2472 @ 40), (3, 27)
-	(5170 - 5250 @ 40), (3, 17)
-	(5250 - 5330 @ 40), (3, 23), DFS
-	(5735 - 5835 @ 40), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country NL: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 10/53] wireless-regdb: PE, Peru - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (8 preceding siblings ...)
  2013-07-17  2:17 ` [PATCH 09/53] wireless-regdb: MX, Mexico " Luis R. Rodriguez
@ 2013-07-17  2:17 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 11/53] wireless-regdb: PH, Philippines " Luis R. Rodriguez
                   ` (43 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:17 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage the existing only
5 GHz band but also adds 3 other new 5 GHz bands with
80 MHz bandwidth support.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/db.txt b/db.txt
index 570a951..00e5993 100644
--- a/db.txt
+++ b/db.txt
@@ -597,7 +597,10 @@ country PA:
 
 country PE:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5735 - 5835 @ 40), (N/A, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country PG:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 11/53] wireless-regdb: PH, Philippines - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (9 preceding siblings ...)
  2013-07-17  2:17 ` [PATCH 10/53] wireless-regdb: PE, Peru " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 12/53] wireless-regdb: PR, Puerto Rico " Luis R. Rodriguez
                   ` (42 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage the existing only
5 GHz band but also adds 3 other new 5 GHz bands with
80 MHz bandwidth support.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/db.txt b/db.txt
index 00e5993..c37c3d6 100644
--- a/db.txt
+++ b/db.txt
@@ -610,7 +610,10 @@ country PG:
 
 country PH:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5735 - 5835 @ 40), (N/A, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country PK:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 12/53] wireless-regdb: PR, Puerto Rico - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (10 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 11/53] wireless-regdb: PH, Philippines " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 13/53] wireless-regdb: SA, Saudi Arabia " Luis R. Rodriguez
                   ` (41 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and update the max EIRP. This also adds
a new DFS 5 GHz band: 5490 - 5710 MHz.

PR is a proper ISO 3166 alpha2 code for Puerto Rico,
an unincorporated territory of the United States.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index c37c3d6..867b070 100644
--- a/db.txt
+++ b/db.txt
@@ -637,9 +637,10 @@ country PT: DFS-ETSI
 
 country PR:
 	(2402 - 2472 @ 40), (3, 27)
-	(5170 - 5250 @ 40), (3, 17)
-	(5250 - 5330 @ 40), (3, 23), DFS
-	(5735 - 5835 @ 40), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country QA:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 13/53] wireless-regdb: SA, Saudi Arabia - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (11 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 12/53] wireless-regdb: PR, Puerto Rico " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 14/53] wireless-regdb: SG, Singapore " Luis R. Rodriguez
                   ` (40 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and update the max EIRP. This also adds
a new DFS 5 GHz band: 5490 - 5710 MHz.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 867b070..8e7fe8d 100644
--- a/db.txt
+++ b/db.txt
@@ -674,9 +674,10 @@ country RW:
 
 country SA:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 20), (3, 23)
-	(5250 - 5330 @ 20), (3, 23), DFS
-	(5735 - 5835 @ 20), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country SE: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 14/53] wireless-regdb: SG, Singapore - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (12 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 13/53] wireless-regdb: SA, Saudi Arabia " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 15/53] wireless-regdb: ZA, South Africa " Luis R. Rodriguez
                   ` (39 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and update the max EIRP. This also adds
a new DFS 5 GHz band: 5490 - 5710 MHz.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 8e7fe8d..9043a3c 100644
--- a/db.txt
+++ b/db.txt
@@ -689,9 +689,10 @@ country SE: DFS-ETSI
 
 country SG:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5735 - 5835 @ 40), (N/A, 20)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country SI: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 15/53] wireless-regdb: ZA, South Africa - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (13 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 14/53] wireless-regdb: SG, Singapore " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 16/53] wireless-regdb: TH, Thailand " Luis R. Rodriguez
                   ` (38 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and update the max EIRP.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/db.txt b/db.txt
index 9043a3c..4475019 100644
--- a/db.txt
+++ b/db.txt
@@ -803,10 +803,10 @@ country YE:
 
 country ZA:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (3, 17)
-	(5250 - 5330 @ 40), (3, 20), DFS
-	(5490 - 5710 @ 40), (3, 20), DFS
-	(5735 - 5835 @ 40), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country ZW:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 16/53] wireless-regdb: TH, Thailand - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (14 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 15/53] wireless-regdb: ZA, South Africa " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 17/53] wireless-regdb: AE, United Arab Emirates " Luis R. Rodriguez
                   ` (37 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and update the max EIRP.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/db.txt b/db.txt
index 4475019..84214b0 100644
--- a/db.txt
+++ b/db.txt
@@ -726,10 +726,10 @@ country TW:
 
 country TH:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (3, 17)
-	(5250 - 5330 @ 40), (3, 20), DFS
-	(5490 - 5710 @ 40), (3, 20), DFS
-	(5735 - 5835 @ 40), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country TT:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 17/53] wireless-regdb: AE, United Arab Emirates - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (15 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 16/53] wireless-regdb: TH, Thailand " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 18/53] wireless-regdb: VN, Vietnam " Luis R. Rodriguez
                   ` (36 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and update the max EIRP. This also adds
a new DFS 5 GHz band: 5735 - 5835 MHz.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 84214b0..f714982 100644
--- a/db.txt
+++ b/db.txt
@@ -18,9 +18,10 @@ country AD:
 
 country AE:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country AL:
 	(2402 - 2482 @ 20), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 18/53] wireless-regdb: VN, Vietnam - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (16 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 17/53] wireless-regdb: AE, United Arab Emirates " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 19/53] wireless-regdb: AT, Austria " Luis R. Rodriguez
                   ` (35 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and update the max EIRP. This also adds
two new 5 GHz bands:

  * 5490 - 5710 MHz
  * 5735 - 5835 MHz

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/db.txt b/db.txt
index f714982..47bfc95 100644
--- a/db.txt
+++ b/db.txt
@@ -796,8 +796,10 @@ country VE:
 
 country VN:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country YE:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 19/53] wireless-regdb: AT, Austria - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (17 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 18/53] wireless-regdb: VN, Vietnam " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 20/53] wireless-regdb: FR, France " Luis R. Rodriguez
                   ` (34 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 47bfc95..fb83f7a 100644
--- a/db.txt
+++ b/db.txt
@@ -46,9 +46,9 @@ country AR:
 
 country AT: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 20/53] wireless-regdb: FR, France - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (18 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 19/53] wireless-regdb: AT, Austria " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 21/53] wireless-regdb: DE, Germany " Luis R. Rodriguez
                   ` (33 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index fb83f7a..15e413e 100644
--- a/db.txt
+++ b/db.txt
@@ -288,9 +288,9 @@ country FI: DFS-ETSI
 
 country FR: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 21/53] wireless-regdb: DE, Germany - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (19 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 20/53] wireless-regdb: FR, France " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 22/53] wireless-regdb: GB, United Kingdom " Luis R. Rodriguez
                   ` (32 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 15e413e..b58d4e2 100644
--- a/db.txt
+++ b/db.txt
@@ -226,11 +226,11 @@ country DE: DFS-ETSI
 	# entries 279004 and 280006
 	(2400 - 2483.5 @ 40), (N/A, 100 mW)
 	# entry 303005
-	(5150 - 5250 @ 40), (N/A, 100 mW), NO-OUTDOOR
+	(5150 - 5250 @ 80), (N/A, 100 mW), NO-OUTDOOR
 	# entries 304002 and 305002
-	(5250 - 5350 @ 40), (N/A, 100 mW), NO-OUTDOOR, DFS
+	(5250 - 5350 @ 80), (N/A, 100 mW), NO-OUTDOOR, DFS
 	# entries 308002, 309001 and 310003
-	(5470 - 5725 @ 40), (N/A, 500 mW), DFS
+	(5470 - 5725 @ 80), (N/A, 500 mW), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 22/53] wireless-regdb: GB, United Kingdom - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (20 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 21/53] wireless-regdb: DE, Germany " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 23/53] wireless-regdb: BE, Belgium " Luis R. Rodriguez
                   ` (31 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index b58d4e2..fd0ef09 100644
--- a/db.txt
+++ b/db.txt
@@ -303,9 +303,9 @@ country GE:
 
 country GB: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 23/53] wireless-regdb: BE, Belgium - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (21 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 22/53] wireless-regdb: GB, United Kingdom " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 24/53] wireless-regdb: CZ, Czech Republic " Luis R. Rodriguez
                   ` (30 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index fd0ef09..5e17129 100644
--- a/db.txt
+++ b/db.txt
@@ -89,9 +89,9 @@ country BD:
 
 country BE: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 24/53] wireless-regdb: CZ, Czech Republic - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (22 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 23/53] wireless-regdb: BE, Belgium " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 25/53] wireless-regdb: DK, Denmark " Luis R. Rodriguez
                   ` (29 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 5e17129..94be114 100644
--- a/db.txt
+++ b/db.txt
@@ -204,9 +204,9 @@ country CY: DFS-ETSI
 # implemented.
 country CZ: DFS-ETSI
 	(2400 - 2483.5 @ 40), (N/A, 100 mW)
-	(5150 - 5250 @ 40), (N/A, 200 mW), NO-OUTDOOR
-	(5250 - 5350 @ 40), (N/A, 100 mW), NO-OUTDOOR, DFS
-	(5470 - 5725 @ 40), (N/A, 500 mW), DFS
+	(5150 - 5250 @ 80), (N/A, 200 mW), NO-OUTDOOR
+	(5250 - 5350 @ 80), (N/A, 100 mW), NO-OUTDOOR, DFS
+	(5470 - 5725 @ 80), (N/A, 500 mW), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 25/53] wireless-regdb: DK, Denmark - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (23 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 24/53] wireless-regdb: CZ, Czech Republic " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 26/53] wireless-regdb: FI, Finland " Luis R. Rodriguez
                   ` (28 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 94be114..26cc023 100644
--- a/db.txt
+++ b/db.txt
@@ -236,9 +236,9 @@ country DE: DFS-ETSI
 
 country DK: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 26/53] wireless-regdb: FI, Finland - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (24 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 25/53] wireless-regdb: DK, Denmark " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 27/53] wireless-regdb: GR, Greece- " Luis R. Rodriguez
                   ` (27 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 26cc023..3790d4e 100644
--- a/db.txt
+++ b/db.txt
@@ -280,9 +280,9 @@ country ES: DFS-ETSI
 
 country FI: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 27/53] wireless-regdb: GR, Greece- enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (25 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 26/53] wireless-regdb: FI, Finland " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 28/53] wireless-regdb: IE, Ireland - " Luis R. Rodriguez
                   ` (26 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 3790d4e..7077b53 100644
--- a/db.txt
+++ b/db.txt
@@ -318,9 +318,9 @@ country GD:
 
 country GR: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 28/53] wireless-regdb: IE, Ireland - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (26 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 27/53] wireless-regdb: GR, Greece- " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 29/53] wireless-regdb: IT, Italy " Luis R. Rodriguez
                   ` (25 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 7077b53..88ba709 100644
--- a/db.txt
+++ b/db.txt
@@ -384,9 +384,9 @@ country ID:
 
 country IE: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 29/53] wireless-regdb: IT, Italy - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (27 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 28/53] wireless-regdb: IE, Ireland - " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 30/53] wireless-regdb: LU, Luxembourg " Luis R. Rodriguez
                   ` (24 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 88ba709..b8ddd9e 100644
--- a/db.txt
+++ b/db.txt
@@ -415,9 +415,9 @@ country IR:
 
 country IT: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 30/53] wireless-regdb: LU, Luxembourg - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (28 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 29/53] wireless-regdb: IT, Italy " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 31/53] wireless-regdb: NL, Netherlands " Luis R. Rodriguez
                   ` (23 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index b8ddd9e..04a176e 100644
--- a/db.txt
+++ b/db.txt
@@ -500,9 +500,9 @@ country LT: DFS-ETSI
 
 country LU: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 31/53] wireless-regdb: NL, Netherlands - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (29 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 30/53] wireless-regdb: LU, Luxembourg " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 32/53] wireless-regdb: PL, Poland " Luis R. Rodriguez
                   ` (22 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 04a176e..8f8e8fc 100644
--- a/db.txt
+++ b/db.txt
@@ -558,9 +558,9 @@ country MX:
 
 country NL: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
-	(5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20), NO-OUTDOOR
+	(5250 - 5330 @ 80), (N/A, 20), NO-OUTDOOR, DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 32/53] wireless-regdb: PL, Poland - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (30 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 31/53] wireless-regdb: NL, Netherlands " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 33/53] wireless-regdb: PT, Portugal " Luis R. Rodriguez
                   ` (21 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 8f8e8fc..2f71dba 100644
--- a/db.txt
+++ b/db.txt
@@ -622,9 +622,9 @@ country PK:
 
 country PL: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 33/53] wireless-regdb: PT, Portugal - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (31 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 32/53] wireless-regdb: PL, Poland " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 34/53] wireless-regdb: SK, Slovakia " Luis R. Rodriguez
                   ` (20 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 2f71dba..f411ae3 100644
--- a/db.txt
+++ b/db.txt
@@ -630,9 +630,9 @@ country PL: DFS-ETSI
 
 country PT: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 34/53] wireless-regdb: SK, Slovakia - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (32 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 33/53] wireless-regdb: PT, Portugal " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 35/53] wireless-regdb: ES, Spain " Luis R. Rodriguez
                   ` (19 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index f411ae3..ce61f97 100644
--- a/db.txt
+++ b/db.txt
@@ -705,9 +705,9 @@ country SI: DFS-ETSI
 
 country SK: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 35/53] wireless-regdb: ES, Spain - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (33 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 34/53] wireless-regdb: SK, Slovakia " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 36/53] wireless-regdb: SE, Sweden " Luis R. Rodriguez
                   ` (18 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index ce61f97..bf4eea1 100644
--- a/db.txt
+++ b/db.txt
@@ -272,9 +272,9 @@ country EG:
 
 country ES: DFS-ETSI
 	(2400 - 2483.5 @ 40), (N/A, 100 mW)
-	(5150 - 5250 @ 40), (N/A, 100 mW), NO-OUTDOOR
-	(5250 - 5350 @ 40), (N/A, 100 mW), NO-OUTDOOR, DFS
-	(5470 - 5725 @ 40), (N/A, 500 mW), DFS
+	(5150 - 5250 @ 80), (N/A, 100 mW), NO-OUTDOOR
+	(5250 - 5350 @ 80), (N/A, 100 mW), NO-OUTDOOR, DFS
+	(5470 - 5725 @ 80), (N/A, 500 mW), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 36/53] wireless-regdb: SE, Sweden - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (34 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 35/53] wireless-regdb: ES, Spain " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 37/53] wireless-regdb: CH, Switzerland " Luis R. Rodriguez
                   ` (17 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index bf4eea1..ab718f3 100644
--- a/db.txt
+++ b/db.txt
@@ -682,9 +682,9 @@ country SA:
 
 country SE: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 37/53] wireless-regdb: CH, Switzerland - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (35 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 36/53] wireless-regdb: SE, Sweden " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 38/53] wireless-regdb: TR, Turkey " Luis R. Rodriguez
                   ` (16 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies.

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index ab718f3..f19f637 100644
--- a/db.txt
+++ b/db.txt
@@ -150,9 +150,9 @@ country CA:
 
 country CH: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 27), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 38/53] wireless-regdb: TR, Turkey - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (36 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 37/53] wireless-regdb: CH, Switzerland " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 39/53] wireless-regdb: CN, China " Luis R. Rodriguez
                   ` (15 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on all 5 GHz
frequencies and also adds a new frequency 5 GHz range:

  * 5490 - 5710 MHz

This is a country that belongs CEPT [0] and an available
regulatory source is ECC/DEC/(04)08 [1].

Quoting:

  considering [...]
  e. that the systems covered by this ECC Decision operate
  typically in a 20 MHz channel bandwidth, other values for
  the channel bandwidth are also feasible provided they
  comply with the relevant maximum mean e.i.r.p. and the
  corresponding maximum mean e.i.r.p. density limits;

[0] https://en.wikipedia.org/wiki/European_Conference_of_Postal_and_Telecommunications_Administrations
[1] http://www.erodocdb.dk/Docs/doc98/official/pdf/ECCDEC0408.PDF

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/db.txt b/db.txt
index f19f637..4f2d4e7 100644
--- a/db.txt
+++ b/db.txt
@@ -746,8 +746,9 @@ country TN:
 
 country TR: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 20), (N/A, 20)
-	(5250 - 5330 @ 20), (N/A, 20), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 80), (N/A, 27), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
  
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 39/53] wireless-regdb: CN, China - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (37 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 38/53] wireless-regdb: TR, Turkey " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 40/53] wireless-regdb: enable VHT80 and VHT160 for JP Luis R. Rodriguez
                   ` (14 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enable 80 MHz on the 5 GHz band.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db.txt b/db.txt
index 4f2d4e7..ead6646 100644
--- a/db.txt
+++ b/db.txt
@@ -164,7 +164,7 @@ country CL:
 
 country CN:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5735 - 5835 @ 40), (N/A, 30)
+	(5735 - 5835 @ 80), (N/A, 30)
 	# 60 gHz band channels 1,4: 28dBm, channels 2,3: 44dBm
 	# ref: http://www.miit.gov.cn/n11293472/n11505629/n11506593/n11960250/n11960606/n11960700/n12330791.files/n12330790.pdf
 	(57240 - 59400 @ 2160), (N/A, 28)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 40/53] wireless-regdb: enable VHT80 and VHT160 for JP
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (38 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 39/53] wireless-regdb: CN, China " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 41/53] wireless-regdb: US, United States - enable VHT80 Luis R. Rodriguez
                   ` (13 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

As per Michael Green we can enable VHT80 and VHT160 on
the enabled JP channels now. I've enabled them only for
the channels where either 80 MHz or 160 MHz actually fits
on the channel spacing for the band defined.

When passed to the kernel I have verified we get:

cfg80211: Regulatory domain changed to country: JP
cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
cfg80211:   (4910000 KHz - 4990000 KHz @ 40000 KHz), (N/A, 2300 mBm)
cfg80211:   (5030000 KHz - 5090000 KHz @ 40000 KHz), (N/A, 2300 mBm)
cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2300 mBm)

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index ead6646..63ee9b4 100644
--- a/db.txt
+++ b/db.txt
@@ -433,9 +433,9 @@ country JP:
 	(2474 - 2494 @ 20), (N/A, 20), NO-OFDM
 	(4910 - 4990 @ 40), (N/A, 23)
 	(5030 - 5090 @ 40), (N/A, 23)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
-	(5490 - 5710 @ 40), (N/A, 23), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
+	(5490 - 5710 @ 160), (N/A, 23), DFS
 
 country JO:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 41/53] wireless-regdb: US, United States - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (39 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 40/53] wireless-regdb: enable VHT80 and VHT160 for JP Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 42/53] wireless-regdb: ID, Indonesia - enable 5 GHz and VHT80 Luis R. Rodriguez
                   ` (12 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth support on the US 5 GHz
frequencies. This also updates the 5 GHz bands with higher
max EIRP. Note VHT80 for 5690 is disabled.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/db.txt b/db.txt
index 63ee9b4..bc8fe07 100644
--- a/db.txt
+++ b/db.txt
@@ -767,11 +767,11 @@ country UA:
 
 country US: DFS-FCC
 	(2402 - 2472 @ 40), (3, 27)
-	(5170 - 5250 @ 40), (3, 17)
-	(5250 - 5330 @ 40), (3, 20), DFS
-	(5490 - 5600 @ 40), (3, 20), DFS
-	(5650 - 5710 @ 40), (3, 20), DFS
-	(5735 - 5835 @ 40), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5600 @ 80), (3, 24), DFS
+	(5650 - 5710 @ 40), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 	# 60g band
 	# reference: http://cfr.regstoday.com/47cfr15.aspx#47_CFR_15p255
 	# channels 1,2,3, EIRP=40dBm(43dBm peak)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 42/53] wireless-regdb: ID, Indonesia - enable 5 GHz and VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (40 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 41/53] wireless-regdb: US, United States - enable VHT80 Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 43/53] wireless-regdb: IL, Isreal - enable VHT80 Luis R. Rodriguez
                   ` (11 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

Pursuant to:

http://www.postel.go.id/content/ID/regulasi/standardisasi/kepdir/bwa%205,8%20ghz.pdf,

provide a 5GHz rule for Indonesian regulatory domain. QCA has
also verified VHT80 can be enabled. Patch originally posted by
Paul Stewart <pstew@chromium.org>, I just modified to enable 80 MHz
bandwidth.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/db.txt b/db.txt
index bc8fe07..6aa57a7 100644
--- a/db.txt
+++ b/db.txt
@@ -380,7 +380,9 @@ country HU: DFS-ETSI
 	(57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
 
 country ID:
+	# ref: http://www.postel.go.id/content/ID/regulasi/standardisasi/kepdir/bwa%205,8%20ghz.pdf
 	(2402 - 2482 @ 40), (N/A, 20)
+	(5735 - 5815 @ 80), (N/A, 20)
 
 country IE: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 43/53] wireless-regdb: IL, Isreal - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (41 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 42/53] wireless-regdb: ID, Indonesia - enable 5 GHz and VHT80 Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 44/53] wireless-regdb: KW, Kuwait " Luis R. Rodriguez
                   ` (10 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on 5 GHz.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/db.txt b/db.txt
index 6aa57a7..0dc6767 100644
--- a/db.txt
+++ b/db.txt
@@ -394,8 +394,8 @@ country IE: DFS-ETSI
 
 country IL:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5150 - 5250 @ 40), (N/A, 200 mW), NO-OUTDOOR
-	(5250 - 5350 @ 40), (N/A, 200 mW), NO-OUTDOOR, DFS
+	(5150 - 5250 @ 80), (N/A, 200 mW), NO-OUTDOOR
+	(5250 - 5350 @ 80), (N/A, 200 mW), NO-OUTDOOR, DFS
 
 country IN:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 44/53] wireless-regdb: KW, Kuwait - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (42 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 43/53] wireless-regdb: IL, Isreal - enable VHT80 Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 45/53] wireless-regdb: MY, Malaysia " Luis R. Rodriguez
                   ` (9 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on 5 GHz.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/db.txt b/db.txt
index 0dc6767..acb9358 100644
--- a/db.txt
+++ b/db.txt
@@ -469,8 +469,8 @@ country KR:
 
 country KW:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 20), DFS
+	(5170 - 5250 @ 80), (N/A, 20)
+	(5250 - 5330 @ 80), (N/A, 20), DFS
 
 country KZ:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 45/53] wireless-regdb: MY, Malaysia - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (43 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 44/53] wireless-regdb: KW, Kuwait " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 46/53] wireless-regdb: MA, Morocco - enable 5 GHz and VHT80 Luis R. Rodriguez
                   ` (8 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage on 5 GHz, updates the
max EIRP and adds a new 5 GHz range:

  * 5170 - 5250 MHz

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/db.txt b/db.txt
index acb9358..c626a48 100644
--- a/db.txt
+++ b/db.txt
@@ -548,8 +548,9 @@ country MT: DFS-ETSI
 
 country MY:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5250 - 5330 @ 40), (N/A, 30), DFS
-	(5735 - 5835 @ 40), (N/A, 30)
+	(5170 - 5250 @ 80), (N/A, 17)
+	(5250 - 5330 @ 80), (N/A, 23), DFS
+	(5735 - 5835 @ 80), (N/A, 30)
 
 country MX:
 	(2402 - 2472 @ 40), (3, 27)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 46/53] wireless-regdb: MA, Morocco - enable 5 GHz and VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (44 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 45/53] wireless-regdb: MY, Malaysia " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 47/53] wireless-regdb: enable HT40 in RU - Russian Federation Luis R. Rodriguez
                   ` (7 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This adds 5 GHz support for Morocco with VHT80 support.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/db.txt b/db.txt
index c626a48..c76131b 100644
--- a/db.txt
+++ b/db.txt
@@ -523,6 +523,8 @@ country MC: DFS-ETSI
 
 country MA:
 	(2402 - 2482 @ 40), (N/A, 20)
+	(5170 - 5250 @ 80), (N/A, 23)
+	(5735 - 5835 @ 80), (N/A, 23)
 
 country MO:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 47/53] wireless-regdb: enable HT40 in RU - Russian Federation
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (45 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 46/53] wireless-regdb: MA, Morocco - enable 5 GHz and VHT80 Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 48/53] wireless-regdb: KR, Republic of Korea - enable VHT80 Luis R. Rodriguez
                   ` (6 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

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 <mcgrof@do-not-panic.com>
---
 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


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 48/53] wireless-regdb: KR, Republic of Korea - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (46 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 47/53] wireless-regdb: enable HT40 in RU - Russian Federation Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 49/53] wireless-regdb: TW, Taiwan " Luis R. Rodriguez
                   ` (5 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage for 5 GHz.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/db.txt b/db.txt
index 0815e6e..530c687 100644
--- a/db.txt
+++ b/db.txt
@@ -462,10 +462,10 @@ country KP:
 
 country KR:
 	(2402 - 2482 @ 20), (N/A, 20)
-	(5170 - 5250 @ 20), (3, 20)
-	(5250 - 5330 @ 20), (3, 20), DFS
-	(5490 - 5630 @ 20), (3, 30), DFS
-	(5735 - 5815 @ 20), (3, 30)
+	(5170 - 5250 @ 80), (3, 20)
+	(5250 - 5330 @ 80), (3, 20), DFS
+	(5490 - 5630 @ 80), (3, 30), DFS
+	(5735 - 5815 @ 80), (3, 30)
 
 country KW:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 49/53] wireless-regdb: TW, Taiwan - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (47 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 48/53] wireless-regdb: KR, Republic of Korea - enable VHT80 Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 50/53] wireless-regdb: enable VHT80 when world roaming Luis R. Rodriguez
                   ` (4 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage and enables a new
5 GHz band:

  * 5490 - 5710 MHz

Note VHT80 for 5290 is not enabled as its use would require
usage of two bands with different parameters.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/db.txt b/db.txt
index 530c687..0a4b56f 100644
--- a/db.txt
+++ b/db.txt
@@ -730,7 +730,8 @@ country SY:
 country TW:
 	(2402 - 2472 @ 40), (3, 27)
 	(5270 - 5330 @ 40), (3, 17), DFS
-	(5735 - 5815 @ 40), (3, 30)
+	(5490 - 5710 @ 80), (3, 30), DFS
+	(5735 - 5815 @ 80), (3, 30)
 
 country TH:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 50/53] wireless-regdb: enable VHT80 when world roaming
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (48 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 49/53] wireless-regdb: TW, Taiwan " Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 51/53] wireless-regdb: add 802.11ad 60 GHz channels 1..3 to world regdom Luis R. Rodriguez
                   ` (3 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

From: "Luis R. Rodriguez" <mcgrof@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.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/db.txt b/db.txt
index 0a4b56f..c6def1c 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


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 51/53] wireless-regdb: add 802.11ad 60 GHz channels 1..3 to world regdom
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (49 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 50/53] wireless-regdb: enable VHT80 when world roaming Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 52/53] wireless-regdb: CR, Costa Rica - enable VHT80 Luis R. Rodriguez
                   ` (2 subsequent siblings)
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This is a port of what Vladimir Kondratiev sent to the
Linux kernel for the static world regulatory domain.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/db.txt b/db.txt
index c6def1c..54f89d3 100644
--- a/db.txt
+++ b/db.txt
@@ -10,6 +10,8 @@ country 00:
 	# NB: 5260 MHz - 5700 MHz requies DFS
 	# Channel 149 - 165
 	(5735 - 5835 @ 80), (3, 20), PASSIVE-SCAN, NO-IBSS
+	# IEEE 802.11ad (60GHz), channels 1..3
+	(57240 - 63720 @ 2160), (N/A, 0)
 
 
 country AD:
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 52/53] wireless-regdb: CR, Costa Rica - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (50 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 51/53] wireless-regdb: add 802.11ad 60 GHz channels 1..3 to world regdom Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-07-17  2:18 ` [PATCH 53/53] wireless-regdb: EC, Ecauador " Luis R. Rodriguez
  2013-08-13 11:13 ` [wireless-regdb] [PATCH 00/53] wireless-regdb: latest updates Bjørn Mork
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage for Costa Rica,
updates the max EIRP and adds a new 5 GHz band:

  * 5490 - 5710

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 54f89d3..1470772 100644
--- a/db.txt
+++ b/db.txt
@@ -182,9 +182,10 @@ country CO:
 
 country CR:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 20), (3, 17)
-	(5250 - 5330 @ 20), (3, 23), DFS
-	(5735 - 5835 @ 20), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country CS:
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* [PATCH 53/53] wireless-regdb: EC, Ecauador - enable VHT80
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (51 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 52/53] wireless-regdb: CR, Costa Rica - enable VHT80 Luis R. Rodriguez
@ 2013-07-17  2:18 ` Luis R. Rodriguez
  2013-08-13 11:13 ` [wireless-regdb] [PATCH 00/53] wireless-regdb: latest updates Bjørn Mork
  53 siblings, 0 replies; 55+ messages in thread
From: Luis R. Rodriguez @ 2013-07-17  2:18 UTC (permalink / raw)
  To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez

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

This enables 80 MHz bandwidth usage for Ecuador,
updates the max EIRP and adds a new 5 GHz band:

* 5490 - 5710

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 db.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 1470772..811eb5c 100644
--- a/db.txt
+++ b/db.txt
@@ -256,9 +256,10 @@ country DZ:
 
 country EC:
 	(2402 - 2482 @ 40), (N/A, 20)
-	(5170 - 5250 @ 20), (3, 17)
-	(5250 - 5330 @ 20), (3, 23), DFS
-	(5735 - 5835 @ 20), (3, 30)
+	(5170 - 5250 @ 80), (3, 17)
+	(5250 - 5330 @ 80), (3, 24), DFS
+	(5490 - 5710 @ 80), (3, 24), DFS
+	(5735 - 5835 @ 80), (3, 30)
 
 country EE: DFS-ETSI
 	(2402 - 2482 @ 40), (N/A, 20)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 55+ messages in thread

* Re: [wireless-regdb] [PATCH 00/53] wireless-regdb: latest updates
  2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
                   ` (52 preceding siblings ...)
  2013-07-17  2:18 ` [PATCH 53/53] wireless-regdb: EC, Ecauador " Luis R. Rodriguez
@ 2013-08-13 11:13 ` Bjørn Mork
  53 siblings, 0 replies; 55+ messages in thread
From: Bjørn Mork @ 2013-08-13 11:13 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linville, linux-wireless, wireless-regdb

"Luis R. Rodriguez" <mcgrof@do-not-panic.com> writes:

> From: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
>
> I saw one comment posted about the Indonesia patch, I fixed that.
> I also then ran some sanity tests with a new reglib addition
> wich I recently posted. This helped find two cases which
> required disabling VHT80 for two countries on a specific band.
> One was for US for 5690 and another for TW for 5290. In both cases
> the reason is due to the fact that the only way to use VHT80 is
> to combine two frequency ranges together that are contiguous and
> apply the most restrictive band rules for that range. We don't support
> this yet so just disable VHT80 in both cases. In the US case this
> also seems to be the preferred ruling.

Hello,

Out of personal interest I'm wondering why you excluded Norway and
Iceland from this series?  As EEA [1] members they pretty much follow
all relevant EU regulations, like for example the R&TTE directive.  And
the CEPT documents should also be pretty clear wrt VHT80 support.


[1] http://en.wikipedia.org/wiki/European_Economic_Area



Bjørn

^ permalink raw reply	[flat|nested] 55+ messages in thread

end of thread, other threads:[~2013-08-13 11:39 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-17  2:17 [PATCH 00/53] wireless-regdb: latest updates Luis R. Rodriguez
2013-07-17  2:17 ` [PATCH 01/53] wireless-regdb: AU, Australia - enable VHT80 Luis R. Rodriguez
2013-07-17  2:17 ` [PATCH 02/53] wireless-regdb: BR, Brazil " Luis R. Rodriguez
2013-07-17  2:17 ` [PATCH 03/53] wireless-regdb: CA, Canada " Luis R. Rodriguez
2013-07-17  2:17 ` [PATCH 04/53] wireless-regdb: HK, Hong Kong " Luis R. Rodriguez
2013-07-17  2:17 ` [PATCH 05/53] wireless-regdb: NZ, New Zealand " Luis R. Rodriguez
2013-07-17  2:17 ` [PATCH 06/53] wireless-regdb: AR, Argentina " Luis R. Rodriguez
2013-07-17  2:17 ` [PATCH 07/53] wireless-regdb: CO, Colombia " Luis R. Rodriguez
2013-07-17  2:17 ` [PATCH 08/53] wireless-regdb: GU, Guam " Luis R. Rodriguez
2013-07-17  2:17 ` [PATCH 09/53] wireless-regdb: MX, Mexico " Luis R. Rodriguez
2013-07-17  2:17 ` [PATCH 10/53] wireless-regdb: PE, Peru " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 11/53] wireless-regdb: PH, Philippines " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 12/53] wireless-regdb: PR, Puerto Rico " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 13/53] wireless-regdb: SA, Saudi Arabia " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 14/53] wireless-regdb: SG, Singapore " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 15/53] wireless-regdb: ZA, South Africa " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 16/53] wireless-regdb: TH, Thailand " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 17/53] wireless-regdb: AE, United Arab Emirates " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 18/53] wireless-regdb: VN, Vietnam " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 19/53] wireless-regdb: AT, Austria " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 20/53] wireless-regdb: FR, France " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 21/53] wireless-regdb: DE, Germany " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 22/53] wireless-regdb: GB, United Kingdom " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 23/53] wireless-regdb: BE, Belgium " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 24/53] wireless-regdb: CZ, Czech Republic " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 25/53] wireless-regdb: DK, Denmark " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 26/53] wireless-regdb: FI, Finland " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 27/53] wireless-regdb: GR, Greece- " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 28/53] wireless-regdb: IE, Ireland - " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 29/53] wireless-regdb: IT, Italy " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 30/53] wireless-regdb: LU, Luxembourg " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 31/53] wireless-regdb: NL, Netherlands " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 32/53] wireless-regdb: PL, Poland " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 33/53] wireless-regdb: PT, Portugal " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 34/53] wireless-regdb: SK, Slovakia " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 35/53] wireless-regdb: ES, Spain " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 36/53] wireless-regdb: SE, Sweden " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 37/53] wireless-regdb: CH, Switzerland " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 38/53] wireless-regdb: TR, Turkey " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 39/53] wireless-regdb: CN, China " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 40/53] wireless-regdb: enable VHT80 and VHT160 for JP Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 41/53] wireless-regdb: US, United States - enable VHT80 Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 42/53] wireless-regdb: ID, Indonesia - enable 5 GHz and VHT80 Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 43/53] wireless-regdb: IL, Isreal - enable VHT80 Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 44/53] wireless-regdb: KW, Kuwait " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 45/53] wireless-regdb: MY, Malaysia " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 46/53] wireless-regdb: MA, Morocco - enable 5 GHz and VHT80 Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 47/53] wireless-regdb: enable HT40 in RU - Russian Federation Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 48/53] wireless-regdb: KR, Republic of Korea - enable VHT80 Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 49/53] wireless-regdb: TW, Taiwan " Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 50/53] wireless-regdb: enable VHT80 when world roaming Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 51/53] wireless-regdb: add 802.11ad 60 GHz channels 1..3 to world regdom Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 52/53] wireless-regdb: CR, Costa Rica - enable VHT80 Luis R. Rodriguez
2013-07-17  2:18 ` [PATCH 53/53] wireless-regdb: EC, Ecauador " Luis R. Rodriguez
2013-08-13 11:13 ` [wireless-regdb] [PATCH 00/53] wireless-regdb: latest updates Bjørn Mork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).