linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/23] wireless-regdb: general rules updates
@ 2013-11-01 14:02 Luis R. Rodriguez
  2013-11-01 14:02 ` [PATCH 01/23] wireless-regdb: update BN's 5 GHz rules Luis R. Rodriguez
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:02 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This is my third series, it contains either just changes for
the 5 GHz band or changes to both the 2.4 GHz and 5 GHz band.
This will consist of removal of some frequency ranges so
special attention should be put to this series.

Luis R. Rodriguez (23):
  wireless-regdb: update BN's 5 GHz rules
  wireless-regdb: update CA's 5 GHz rules
  wireless-regdb: update KE's 5 GHz rules
  wireless-regdb: update KP's 5 GHz rules
  wireless-regdb: update MC's 5 GHz rules
  wireless-regdb: update MA's 5 GHz rules
  wireless-regdb: update NP's 5 GHz rules
  wireless-regdb: update OM's 5 GHz rules
  wireless-regdb: update PG's 5 GHz rules
  wireless-regdb: update RU's 5 GHz rules
  wireless-regdb: update RW's 5 GHz rules
  wireless-regdb: update SA's 5 GHz rules
  wireless-regdb: update TT's 5 GHz rules
  wireless-regdb: update ZA's 5 GHz rules
  wireless-regdb: update BG's regulatory rules
  wireless-regdb: update CO's regulatory rules
  wireless-regdb: update GE's regulatory rules
  wireless-regdb: update PR's regulatory rules
  wireless-regdb: update KR's regulatory rules
  wireless-regdb: update MX's regulatory rules
  wireless-regdb: update PA's regulatory rules
  wireless-regdb: update TW's regulatory rules
  wireless-regdb: update US'  regulatory rules

 db.txt | 133 ++++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 70 insertions(+), 63 deletions(-)

-- 
1.8.4.rc3


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

* [PATCH 01/23] wireless-regdb: update BN's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
@ 2013-11-01 14:02 ` Luis R. Rodriguez
  2013-11-01 14:02 ` [PATCH 02/23] wireless-regdb: update CA's " Luis R. Rodriguez
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:02 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

Enables VHT80 but reduces the max EIRP on the last
5 GHz band from 30 dBm to 20 dBm.

Source is QCA's regulatory team's efforts.

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 591bdab..3c03886 100644
--- a/db.txt
+++ b/db.txt
@@ -122,9 +122,9 @@ country BL:
 
 country BN: DFS-JP
 	(2402 - 2482 @ 40), (20)
-	(5170 - 5250 @ 40), (20)
-	(5250 - 5330 @ 40), (20), DFS
-	(5735 - 5835 @ 40), (30)
+	(5170 - 5250 @ 80), (20)
+	(5250 - 5330 @ 80), (20), DFS
+	(5735 - 5835 @ 80), (20)
 
 country BO: DFS-JP
 	(2402 - 2482 @ 40), (30)
-- 
1.8.4.rc3


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

* [PATCH 02/23] wireless-regdb: update CA's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
  2013-11-01 14:02 ` [PATCH 01/23] wireless-regdb: update BN's 5 GHz rules Luis R. Rodriguez
@ 2013-11-01 14:02 ` Luis R. Rodriguez
  2013-11-01 14:02 ` [PATCH 03/23] wireless-regdb: update KE's " Luis R. Rodriguez
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:02 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This increases the 2.4 GHz max EIRP from 27 dBm
to 30 dBm, and extends the 5 GHz DFS range.

Source is QCA's regulatory team's efforts.

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 3c03886..16c4865 100644
--- a/db.txt
+++ b/db.txt
@@ -148,10 +148,10 @@ country BZ: DFS-JP
 	(5735 - 5835 @ 80), (30)
 
 country CA: DFS-FCC
-	(2402 - 2472 @ 40), (27)
+	(2402 - 2472 @ 40), (30)
 	(5170 - 5250 @ 80), (17)
 	(5250 - 5330 @ 80), (24), DFS
-	(5490 - 5710 @ 80), (24), DFS
+	(5490 - 5730 @ 80), (24), DFS
 	(5735 - 5835 @ 80), (30)
 
 country CH: DFS-ETSI
-- 
1.8.4.rc3


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

* [PATCH 03/23] wireless-regdb: update KE's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
  2013-11-01 14:02 ` [PATCH 01/23] wireless-regdb: update BN's 5 GHz rules Luis R. Rodriguez
  2013-11-01 14:02 ` [PATCH 02/23] wireless-regdb: update CA's " Luis R. Rodriguez
@ 2013-11-01 14:02 ` Luis R. Rodriguez
  2013-11-01 14:02 ` [PATCH 04/23] wireless-regdb: update KP's " Luis R. Rodriguez
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:02 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o Shrinks the existing 5 GHz band by 60 MHz
    and decreases its max EIRP from 30 dBm to
    23 dBm

  o Adds new 5 GHz frequency ranges with VHT80
    support

Source is QCA's regulatory team's efforts.

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 16c4865..80a394a 100644
--- a/db.txt
+++ b/db.txt
@@ -450,7 +450,9 @@ country JO: DFS-JP
 
 country KE: DFS-JP
 	(2402 - 2482 @ 40), (20)
-	(5735 - 5835 @ 40), (30)
+	(5170 - 5250 @ 80), (23)
+	(5490 - 5570 @ 80), (30), DFS
+	(5735 - 5775 @ 40), (23)
 
 country KH: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 04/23] wireless-regdb: update KP's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (2 preceding siblings ...)
  2013-11-01 14:02 ` [PATCH 03/23] wireless-regdb: update KE's " Luis R. Rodriguez
@ 2013-11-01 14:02 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 05/23] wireless-regdb: update MC's " Luis R. Rodriguez
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:02 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o splits the first 5 GHz frequency ranges into
    two frequency ranges, one with DFS requirement and
    one without
  o enables VHT80 for all 5 GHz frequency ranges

Source is QCA's regulatory team's efforts.

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 80a394a..c788681 100644
--- a/db.txt
+++ b/db.txt
@@ -462,10 +462,10 @@ country KH: DFS-ETSI
 
 country KP: DFS-JP
 	(2402 - 2482 @ 40), (20)
-	(5170 - 5330 @ 40), (20)
-	(5160 - 5250 @ 40), (20), DFS
-	(5490 - 5630 @ 40), (30), DFS
-	(5735 - 5815 @ 40), (30)
+	(5170 - 5250 @ 80), (20)
+	(5250 - 5330 @ 80), (20), DFS
+	(5490 - 5630 @ 80), (30), DFS
+	(5735 - 5815 @ 80), (30)
 
 country KR: DFS-JP
 	(2402 - 2482 @ 20), (20)
-- 
1.8.4.rc3


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

* [PATCH 05/23] wireless-regdb: update MC's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (3 preceding siblings ...)
  2013-11-01 14:02 ` [PATCH 04/23] wireless-regdb: update KP's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 06/23] wireless-regdb: update MA's " Luis R. Rodriguez
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o increase the max EIRP from 18 dBm to 20 dBm
    on the existing 5 GHz frequency ranges
  o enables VHT80
  o adds a new 5 GHz DFS frequency range

Source is QCA's regulatory team's efforts.

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 c788681..b8aa9d9 100644
--- a/db.txt
+++ b/db.txt
@@ -528,8 +528,9 @@ country LV: DFS-ETSI
 
 country MC: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-	(5170 - 5250 @ 40), (18)
-	(5250 - 5330 @ 40), (18), DFS
+	(5170 - 5250 @ 80), (20)
+	(5250 - 5330 @ 80), (20), DFS
+	(5490 - 5710 @ 80), (27), DFS
 
 country MA: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 06/23] wireless-regdb: update MA's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (4 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 05/23] wireless-regdb: update MC's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 07/23] wireless-regdb: update NP's " Luis R. Rodriguez
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o removes the edge 5 GHz DFS frequency range
  o reduces the max EIRP from 23 dBm to 20 dBm on 5 GHz
  o adds a new 5 GHz DFS frequency range

Source is QCA's regulatory team's efforts.

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 b8aa9d9..db20fd0 100644
--- a/db.txt
+++ b/db.txt
@@ -534,8 +534,8 @@ country MC: DFS-ETSI
 
 country MA: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-	(5170 - 5250 @ 80), (23)
-	(5735 - 5835 @ 80), (23)
+	(5170 - 5250 @ 80), (20)
+	(5250 - 5330 @ 80), (20), DFS
 
 country MO:
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 07/23] wireless-regdb: update NP's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (5 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 06/23] wireless-regdb: update MA's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 08/23] wireless-regdb: update OM's " Luis R. Rodriguez
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o enables VHT80 on its existing 5 GHz frequency range
    but makes a compromise and reduces the max EIRP from
    30 dBm to 20 dBm

  o adds two new VHT80 capable frequency ranges

Source is QCA's regulatory team's efforts.

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 db20fd0..e2740a6 100644
--- a/db.txt
+++ b/db.txt
@@ -589,7 +589,9 @@ country NO: DFS-ETSI
 
 country NP: DFS-JP
 	(2402 - 2482 @ 40), (20)
-	(5735 - 5835 @ 40), (30)
+	(5170 - 5250 @ 80), (20)
+	(5250 - 5330 @ 80), (20), DFS
+	(5735 - 5835 @ 80), (20)
 
 country NZ: DFS-FCC
 	(2402 - 2482 @ 40), (30)
-- 
1.8.4.rc3


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

* [PATCH 08/23] wireless-regdb: update OM's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (6 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 07/23] wireless-regdb: update NP's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 09/23] wireless-regdb: update PG's " Luis R. Rodriguez
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o removes the last 5 GHz frequency range
  o increases the max EIRP on the first 5 GHz
    frequency range from 17 dBm to 20 dBm
  o enables VHT80 for all 5 GHz frequency ranges

Source is QCA's regulatory team's efforts.

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

diff --git a/db.txt b/db.txt
index e2740a6..8366b3b 100644
--- a/db.txt
+++ b/db.txt
@@ -602,10 +602,9 @@ country NZ: DFS-FCC
 
 country OM: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-	(5170 - 5250 @ 40), (17)
-	(5250 - 5330 @ 40), (20), DFS
-	(5490 - 5710 @ 40), (20), DFS
-	(5735 - 5835 @ 40), (30)
+	(5170 - 5250 @ 80), (20)
+	(5250 - 5330 @ 80), (20), DFS
+	(5490 - 5710 @ 80), (27), DFS
 
 country PA: DFS-FCC
 	(2402 - 2472 @ 40), (27)
-- 
1.8.4.rc3


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

* [PATCH 09/23] wireless-regdb: update PG's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (7 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 08/23] wireless-regdb: update OM's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 10/23] wireless-regdb: update RU's " Luis R. Rodriguez
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o enables VHT80 on all 5 GHz frequency rules
  o adds a new DFS 5 GHz frequency range
  o increases max EIRP on the 5 GHZ DFS frequency
    range from 23 dBm to 24 dBm

Source is QCA's regulatory team's efforts.

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 8366b3b..a1eafa4 100644
--- a/db.txt
+++ b/db.txt
@@ -621,9 +621,10 @@ country PE: DFS-FCC
 
 country PG: DFS-FCC
 	(2402 - 2482 @ 40), (20)
-	(5170 - 5250 @ 40), (17)
-	(5250 - 5330 @ 40), (23), DFS
-	(5735 - 5835 @ 40), (30)
+	(5170 - 5250 @ 80), (17)
+	(5250 - 5330 @ 80), (24), DFS
+	(5490 - 5730 @ 80), (24), DFS
+	(5735 - 5835 @ 80), (30)
 
 country PH: DFS-FCC
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 10/23] wireless-regdb: update RU's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (8 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 09/23] wireless-regdb: update PG's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 11/23] wireless-regdb: update RW's " Luis R. Rodriguez
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o Splits up the first 5 GHz rules into two parts,
    one without  aDFS requirement and one with DFS
    required

  o extends the second 5 GHZ DFS frequency range by
    20 MHz and forces DFS on it

  o enables VHT80 for all 5 GHz frequency ranges

Source is QCA's regulatory team's efforts.

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 a1eafa4..908a369 100644
--- a/db.txt
+++ b/db.txt
@@ -684,9 +684,10 @@ country RS: DFS-ETSI
 
 country RU: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-	(5170 - 5330 @ 40), (20)
-	(5650 - 5710 @ 40), (30)
-	(5735 - 5835 @ 40), (30)
+	(5170 - 5250 @ 80), (20)
+	(5250 - 5330 @ 80), (20), DFS
+	(5650 - 5730 @ 80), (30), DFS
+	(5735 - 5835 @ 80), (30)
 
 country RW: DFS-FCC
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 11/23] wireless-regdb: update RW's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (9 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 10/23] wireless-regdb: update RU's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 12/23] wireless-regdb: update SA's " Luis R. Rodriguez
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o updates its existing 5 GHz frequency range to enable
    VHT80

  o adds two new 5 GHz frequency ranges with VHT80 support

Source is QCA's regulatory team's efforts.

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 908a369..983fdf9 100644
--- a/db.txt
+++ b/db.txt
@@ -691,7 +691,10 @@ country RU: DFS-ETSI
 
 country RW: DFS-FCC
 	(2402 - 2482 @ 40), (20)
-	(5735 - 5835 @ 40), (30)
+	(5170 - 5250 @ 80), (17)
+	(5250 - 5330 @ 80), (24), DFS
+	(5490 - 5730 @ 80), (24), DFS
+	(5735 - 5835 @ 80), (30)
 
 country SA: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 12/23] wireless-regdb: update SA's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (10 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 11/23] wireless-regdb: update RW's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 13/23] wireless-regdb: update TT's " Luis R. Rodriguez
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o increases the max EIRP from 17 dBm to 20 dBm
    on its first 5 GHz frequency range

  o reduces the max EIRP on its first DFS frequency
    range from 24 dBm to 20 dBm

  o increases the max EIRP on its second DFS frequency
    range from 24 dBm to 27 dBm

  o removes the last 5 GHz frequency range

Source is QCA's regulatory team's efforts.

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

diff --git a/db.txt b/db.txt
index 983fdf9..bd5994d 100644
--- a/db.txt
+++ b/db.txt
@@ -698,10 +698,9 @@ country RW: DFS-FCC
 
 country SA: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-	(5170 - 5250 @ 80), (17)
-	(5250 - 5330 @ 80), (24), DFS
-	(5490 - 5710 @ 80), (24), DFS
-	(5735 - 5835 @ 80), (30)
+	(5170 - 5250 @ 80), (20)
+	(5250 - 5330 @ 80), (20), DFS
+	(5490 - 5710 @ 80), (27), DFS
 
 country SE: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 13/23] wireless-regdb: update TT's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (11 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 12/23] wireless-regdb: update SA's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 14/23] wireless-regdb: update ZA's " Luis R. Rodriguez
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o Enables VHT80 on the first 5 GHz frequency range

  o Enables VHT80 for the first 5 GHz DFS frequency
    range and increases the max EIRP from 20 dBm to
    24 dBm

  o Extends the second DFS frequency range by 20 MHz,
    enables VHT80 and increases the max EIRP from 20
    dBm to 24 dBm

  o Enables VHT80 on the last 5 GHz frequency range

Source is QCA's regulatory team's efforts.

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 bd5994d..1d23fa1 100644
--- a/db.txt
+++ b/db.txt
@@ -757,10 +757,10 @@ country TH: DFS-FCC
 
 country TT: DFS-FCC
 	(2402 - 2482 @ 40), (20)
-	(5170 - 5250 @ 40), (17)
-	(5250 - 5330 @ 40), (20), DFS
-	(5490 - 5710 @ 40), (20), DFS
-	(5735 - 5835 @ 40), (30)
+	(5170 - 5250 @ 80), (17)
+	(5250 - 5330 @ 80), (24), DFS
+	(5490 - 5730 @ 80), (24), DFS
+	(5735 - 5835 @ 80), (30)
 
 country TN: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 14/23] wireless-regdb: update ZA's 5 GHz rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (12 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 13/23] wireless-regdb: update TT's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 15/23] wireless-regdb: update BG's regulatory rules Luis R. Rodriguez
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o Increases the max EIRP on the first 5 GHz frequency
    range from 17 dBm to 20 dBm

  o Reduces the max EIRP on the first 5 GHz DFS frequency
    range from 24 dBm to 20 dBm

  o Increases the max EIRP on the second 5 GHz DFS frequency
    range from 24 dBm to 27 dBm

  o Removes the last 5 GHz frequency range

Source is QCA's regulatory team's efforts.

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

diff --git a/db.txt b/db.txt
index 1d23fa1..de2e94e 100644
--- a/db.txt
+++ b/db.txt
@@ -834,10 +834,9 @@ country YE:
 
 country ZA: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-	(5170 - 5250 @ 80), (17)
-	(5250 - 5330 @ 80), (24), DFS
-	(5490 - 5710 @ 80), (24), DFS
-	(5735 - 5835 @ 80), (30)
+	(5170 - 5250 @ 80), (20)
+	(5250 - 5330 @ 80), (20), DFS
+	(5490 - 5710 @ 80), (27), DFS
 
 country ZW: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 15/23] wireless-regdb: update BG's regulatory rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (13 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 14/23] wireless-regdb: update ZA's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 16/23] wireless-regdb: update CO's " Luis R. Rodriguez
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This reduces the 5 GHz max EIRP to 20, enables VHT80
and removes the last 5 GHz DFS frequency range.

Source is QCA's regulatory team's efforts.

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 de2e94e..f26fd1d 100644
--- a/db.txt
+++ b/db.txt
@@ -103,8 +103,8 @@ country BE: DFS-ETSI
 
 country BG: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-	(5170 - 5250 @ 40), (23)
-	(5250 - 5290 @ 40), (23), DFS
+	(5170 - 5250 @ 80), (20)
+	(5250 - 5330 @ 80), (20), DFS
 	(5490 - 5710 @ 40), (30), DFS
 	# 60 gHz band channels 1-4, ref: Etsi En 302 567
 	(57240 - 65880 @ 2160), (40), NO-OUTDOOR
-- 
1.8.4.rc3


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

* [PATCH 16/23] wireless-regdb: update CO's regulatory rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (14 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 15/23] wireless-regdb: update BG's regulatory rules Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 17/23] wireless-regdb: update GE's " Luis R. Rodriguez
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This extends CO's coverage by 10 MHz but reduces its
max EIRP from 27 dBm to 20 dBm. This also increases
the 5 GHz DFS frequency range.

Source is QCA's regulatory team's efforts.

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 f26fd1d..50c81ce 100644
--- a/db.txt
+++ b/db.txt
@@ -180,10 +180,10 @@ country CN: DFS-FCC
 	(63720 - 65880 @ 2160), (28)
 
 country CO: DFS-FCC
-	(2402 - 2472 @ 40), (27)
+	(2402 - 2482 @ 40), (20)
 	(5170 - 5250 @ 80), (17)
 	(5250 - 5330 @ 80), (24), DFS
-	(5490 - 5710 @ 80), (24), DFS
+	(5490 - 5730 @ 80), (24), DFS
 	(5735 - 5835 @ 80), (30)
 
 country CR: DFS-FCC
-- 
1.8.4.rc3


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

* [PATCH 17/23] wireless-regdb: update GE's regulatory rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (15 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 16/23] wireless-regdb: update CO's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 18/23] wireless-regdb: update PR's " Luis R. Rodriguez
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o increases the max EIRP for 2.4 GHz from 27 dBm to 30 dBm.
  o Enables VHT80 on 5 GHz
  o Increases max EIRP from 20 dBm to 24 dBm on 5 GHz DFS freqs

Source is QCA's regulatory team's efforts.

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 50c81ce..e9d1540 100644
--- a/db.txt
+++ b/db.txt
@@ -315,11 +315,11 @@ country GB: DFS-ETSI
 	(57240 - 65880 @ 2160), (40), NO-OUTDOOR
 
 country GD: DFS-FCC
-	(2402 - 2472 @ 40), (27)
-	(5170 - 5250 @ 40), (17)
-	(5250 - 5330 @ 40), (20), DFS
-	(5490 - 5710 @ 40), (20), DFS
-	(5735 - 5835 @ 40), (30)
+	(2402 - 2472 @ 40), (30)
+	(5170 - 5250 @ 80), (17)
+	(5250 - 5330 @ 80), (24), DFS
+	(5490 - 5730 @ 80), (24), DFS
+	(5735 - 5835 @ 80), (30)
 
 country GR: DFS-ETSI
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 18/23] wireless-regdb: update PR's regulatory rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (16 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 17/23] wireless-regdb: update GE's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 19/23] wireless-regdb: update KR's " Luis R. Rodriguez
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o Increases max EIRP from 27 dBm to 30 dBm on the
    2.4 GHz frequency range

  o Extends the 5 GHz DFS frequency range by 20 MHz

Source is QCA's regulatory team's efforts.

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 e9d1540..b54ebd8 100644
--- a/db.txt
+++ b/db.txt
@@ -654,10 +654,10 @@ country PT: DFS-ETSI
 	(57240 - 65880 @ 2160), (40), NO-OUTDOOR
 
 country PR: DFS-FCC
-	(2402 - 2472 @ 40), (27)
+	(2402 - 2472 @ 40), (30)
 	(5170 - 5250 @ 80), (17)
 	(5250 - 5330 @ 80), (24), DFS
-	(5490 - 5710 @ 80), (24), DFS
+	(5490 - 5730 @ 80), (24), DFS
 	(5735 - 5835 @ 80), (30)
 
 country QA: DFS-JP
-- 
1.8.4.rc3


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

* [PATCH 19/23] wireless-regdb: update KR's regulatory rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (17 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 18/23] wireless-regdb: update PR's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 20/23] wireless-regdb: update MX's " Luis R. Rodriguez
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o enables HT40 for the 2.4 GHz frequency range
  o extends the 5 GHz DFS frequency range

Source is QCA's regulatory team's efforts.

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 b54ebd8..9158448 100644
--- a/db.txt
+++ b/db.txt
@@ -469,9 +469,10 @@ country KP: DFS-JP
 
 country KR: DFS-JP
 	(2402 - 2482 @ 20), (20)
+	(2402 - 2482 @ 40), (20)
 	(5170 - 5250 @ 80), (20)
 	(5250 - 5330 @ 80), (20), DFS
-	(5490 - 5630 @ 80), (30), DFS
+	(5490 - 5710 @ 80), (30), DFS
 	(5735 - 5815 @ 80), (30)
 
 country KW: DFS-ETSI
-- 
1.8.4.rc3


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

* [PATCH 20/23] wireless-regdb: update MX's regulatory rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (18 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 19/23] wireless-regdb: update KR's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 21/23] wireless-regdb: update PA's " Luis R. Rodriguez
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o increases the 2.4 GHz frequency range but with the
    compromise of reducing the max EIRP from 27 dBm to
    20 dBm

  o extends the second 5 GHz DFS frequency range

Source is QCA's regulatory team's efforts.

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 9158448..40a64d7 100644
--- a/db.txt
+++ b/db.txt
@@ -567,10 +567,10 @@ country MY: DFS-FCC
 	(5735 - 5835 @ 80), (30)
 
 country MX: DFS-FCC
-	(2402 - 2472 @ 40), (27)
+	(2402 - 2482 @ 40), (20)
 	(5170 - 5250 @ 80), (17)
 	(5250 - 5330 @ 80), (24), DFS
-	(5490 - 5710 @ 80), (24), DFS
+	(5490 - 5730 @ 80), (24), DFS
 	(5735 - 5835 @ 80), (30)
 
 country NL: DFS-ETSI
-- 
1.8.4.rc3


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

* [PATCH 21/23] wireless-regdb: update PA's regulatory rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (19 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 20/23] wireless-regdb: update MX's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 22/23] wireless-regdb: update TW's " Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 23/23] wireless-regdb: update US' " Luis R. Rodriguez
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o increases the max EIRP on the 2.4 GHz frequency
    range from 27 dBm to 30 dBm
  o enables VHT80 on all the 5 GHz frequency ranges

Source is QCA's regulatory team's efforts.

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 40a64d7..97165ed 100644
--- a/db.txt
+++ b/db.txt
@@ -608,10 +608,10 @@ country OM: DFS-ETSI
 	(5490 - 5710 @ 80), (27), DFS
 
 country PA: DFS-FCC
-	(2402 - 2472 @ 40), (27)
-	(5170 - 5250 @ 40), (17)
-	(5250 - 5330 @ 40), (23), DFS
-	(5735 - 5835 @ 40), (30)
+	(2402 - 2472 @ 40), (30)
+	(5170 - 5250 @ 80), (17)
+	(5250 - 5330 @ 80), (23), DFS
+	(5735 - 5835 @ 80), (30)
 
 country PE: DFS-FCC
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 22/23] wireless-regdb: update TW's regulatory rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (20 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 21/23] wireless-regdb: update PA's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  2013-11-01 14:03 ` [PATCH 23/23] wireless-regdb: update US' " Luis R. Rodriguez
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o Increases the max EIRP for the 2.4 GHz band from
    27 dBm to 30 dBm

  o Splits up the 5 GHz DFS band into two DFS bands,
    one with VHT80 support, another only with HT40
    support

  o Extends the last 5 GHz frequency range by 20 MHz

Source is QCA's regulatory team's efforts.

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 97165ed..e45991f 100644
--- a/db.txt
+++ b/db.txt
@@ -744,10 +744,11 @@ country SY:
 	(2402 - 2482 @ 40), (20)
 
 country TW: DFS-JP
-	(2402 - 2472 @ 40), (27)
+	(2402 - 2472 @ 40), (30)
 	(5270 - 5330 @ 40), (17), DFS
-	(5490 - 5710 @ 80), (30), DFS
-	(5735 - 5815 @ 80), (30)
+	(5490 - 5590 @ 80), (30), DFS
+	(5650 - 5710 @ 40), (30), DFS
+	(5735 - 5835 @ 80), (30)
 
 country TH: DFS-FCC
 	(2402 - 2482 @ 40), (20)
-- 
1.8.4.rc3


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

* [PATCH 23/23] wireless-regdb: update US'  regulatory rules
  2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
                   ` (21 preceding siblings ...)
  2013-11-01 14:03 ` [PATCH 22/23] wireless-regdb: update TW's " Luis R. Rodriguez
@ 2013-11-01 14:03 ` Luis R. Rodriguez
  22 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2013-11-01 14:03 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, wireless-regdb, Luis R. Rodriguez

This:

  o Increases the max EIRP on the 2.4 GHz band from
    27 dBm to 30 dBm

  o Decreases the max EIRP for the first DFS frequency
    range by 1 dBm

  o Removes the two lower 5 GHz DFS frequency ranges

Source is QCA's regulatory team's efforts.

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

diff --git a/db.txt b/db.txt
index e45991f..752dfc9 100644
--- a/db.txt
+++ b/db.txt
@@ -793,11 +793,9 @@ country UA: DFS-ETSI
 	(57240 - 65880 @ 2160), (40), NO-OUTDOOR
 
 country US: DFS-FCC
-	(2402 - 2472 @ 40), (27)
+	(2402 - 2472 @ 40), (30)
 	(5170 - 5250 @ 80), (17)
-	(5250 - 5330 @ 80), (24), DFS
-	(5490 - 5600 @ 80), (24), DFS
-	(5650 - 5710 @ 40), (24), DFS
+	(5250 - 5330 @ 80), (23), DFS
 	(5735 - 5835 @ 80), (30)
 	# 60g band
 	# reference: http://cfr.regstoday.com/47cfr15.aspx#47_CFR_15p255
-- 
1.8.4.rc3


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

end of thread, other threads:[~2013-11-01 14:04 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-01 14:02 [PATCH 00/23] wireless-regdb: general rules updates Luis R. Rodriguez
2013-11-01 14:02 ` [PATCH 01/23] wireless-regdb: update BN's 5 GHz rules Luis R. Rodriguez
2013-11-01 14:02 ` [PATCH 02/23] wireless-regdb: update CA's " Luis R. Rodriguez
2013-11-01 14:02 ` [PATCH 03/23] wireless-regdb: update KE's " Luis R. Rodriguez
2013-11-01 14:02 ` [PATCH 04/23] wireless-regdb: update KP's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 05/23] wireless-regdb: update MC's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 06/23] wireless-regdb: update MA's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 07/23] wireless-regdb: update NP's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 08/23] wireless-regdb: update OM's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 09/23] wireless-regdb: update PG's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 10/23] wireless-regdb: update RU's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 11/23] wireless-regdb: update RW's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 12/23] wireless-regdb: update SA's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 13/23] wireless-regdb: update TT's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 14/23] wireless-regdb: update ZA's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 15/23] wireless-regdb: update BG's regulatory rules Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 16/23] wireless-regdb: update CO's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 17/23] wireless-regdb: update GE's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 18/23] wireless-regdb: update PR's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 19/23] wireless-regdb: update KR's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 20/23] wireless-regdb: update MX's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 21/23] wireless-regdb: update PA's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 22/23] wireless-regdb: update TW's " Luis R. Rodriguez
2013-11-01 14:03 ` [PATCH 23/23] wireless-regdb: update US' " Luis R. Rodriguez

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).