* [PATCH 50/53] wireless-regdb: enable VHT80 when world roaming
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 49/53] wireless-regdb: TW, Taiwan - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 48/53] wireless-regdb: KR, Republic of Korea - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 47/53] wireless-regdb: enable HT40 in RU - Russian Federation
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 46/53] wireless-regdb: MA, Morocco - enable 5 GHz and VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 45/53] wireless-regdb: MY, Malaysia - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 44/53] wireless-regdb: KW, Kuwait - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 43/53] wireless-regdb: IL, Isreal - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 42/53] wireless-regdb: ID, Indonesia - enable 5 GHz and VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 41/53] wireless-regdb: US, United States - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 40/53] wireless-regdb: enable VHT80 and VHT160 for JP
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 39/53] wireless-regdb: CN, China - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 38/53] wireless-regdb: TR, Turkey - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 37/53] wireless-regdb: CH, Switzerland - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 36/53] wireless-regdb: SE, Sweden - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 35/53] wireless-regdb: ES, Spain - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 34/53] wireless-regdb: SK, Slovakia - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 33/53] wireless-regdb: PT, Portugal - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 32/53] wireless-regdb: PL, Poland - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 31/53] wireless-regdb: NL, Netherlands - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 30/53] wireless-regdb: LU, Luxembourg - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 29/53] wireless-regdb: IT, Italy - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 28/53] wireless-regdb: IE, Ireland - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 27/53] wireless-regdb: GR, Greece- enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
* [PATCH 26/53] wireless-regdb: FI, Finland - enable VHT80
From: Luis R. Rodriguez @ 2013-07-17 2:18 UTC (permalink / raw)
To: linville; +Cc: wireless-regdb, linux-wireless, Luis R. Rodriguez
In-Reply-To: <1374027522-18488-1-git-send-email-mcgrof@do-not-panic.com>
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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox