2015-06-02 14:42:35

by Seth Forshee

[permalink] [raw]
Subject: Re: [wireless-regdb] [PATCH] wireless-regdb: Add 60GHz regulatory rules for Russia (RU)

On Tue, Jun 02, 2015 at 05:04:09PM +0300, Vladimir Kondratiev wrote:
> Source is document named
> Changes to NLA 124_Order №129_22042015.pdf
>
> Signed-off-by: Vladimir Kondratiev <[email protected]>
> ---
> db.txt | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/db.txt b/db.txt
> index f361030..79dac92 100644
> --- a/db.txt
> +++ b/db.txt
> @@ -978,6 +978,8 @@ country RU: DFS-ETSI
> (5250 - 5330 @ 80), (20), DFS
> (5650 - 5730 @ 80), (30), DFS
> (5735 - 5835 @ 80), (30)
> + # 60 GHz band channels 1-4, ref: Changes to NLA 124_Order №129_22042015.pdf
> + (57000 - 66000 @ 2160), (40)

It looks like your tree is out of date and missing:

aa1d66d wireless-regdb: Disable VHT80 where 40/80 MHz on 5 GHz is not allowed

I see that you directed the patch at John, so I'm guessing that you're
still using his tree. I took over maintainership of the database in
December, and you should be using this repo for new work:

git://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git

Thanks,
Seth


2015-06-02 15:23:59

by Vladimir Kondratiev

[permalink] [raw]
Subject: [PATCH v3 2/2] wireless-regdb: Add 60GHz regulatory rules for Russia (RU)

Source is document named
Changes to NLA 124_Order №129_22042015.pdf

Signed-off-by: Vladimir Kondratiev <[email protected]>
---
db.txt | 2 ++
1 file changed, 2 insertions(+)

diff --git a/db.txt b/db.txt
index af3aaca..809cd3c 100644
--- a/db.txt
+++ b/db.txt
@@ -998,6 +998,8 @@ country RU: DFS-ETSI
(5250 - 5330 @ 40), (20), DFS
(5650 - 5730 @ 40), (30), DFS
(5735 - 5835 @ 40), (30)
+ # 60 GHz band channels 1-4, ref: Changes to NLA 124_Order №129_22042015.pdf
+ (57000 - 66000 @ 2160), (40)

country RW: DFS-FCC
(2402 - 2482 @ 40), (20)
--
2.1.4


2015-06-02 15:23:57

by Vladimir Kondratiev

[permalink] [raw]
Subject: [PATCH v3 1/2] wireless-regdb: Add 60GHz regulatory rules for Japan (JP)

Source is ARIB STD-T74, available at:
http://www.arib.or.jp/english/html/overview/doc/1-STD-T74v1_1.pdf

Signed-off-by: Vladimir Kondratiev <[email protected]>
---
db.txt | 3 +++
1 file changed, 3 insertions(+)

diff --git a/db.txt b/db.txt
index 37b6c39..af3aaca 100644
--- a/db.txt
+++ b/db.txt
@@ -590,6 +590,9 @@ country JP: DFS-JP
(5170 - 5250 @ 80), (20), AUTO-BW
(5250 - 5330 @ 80), (20), DFS, AUTO-BW
(5490 - 5710 @ 160), (23), DFS
+ # 60 GHz band channels 2-4 at 10mW,
+ # ref: http://www.arib.or.jp/english/html/overview/doc/1-STD-T74v1_1.pdf
+ (59000 - 66000 @ 2160), (10 mW)

country KE: DFS-JP
(2402 - 2482 @ 40), (20)
--
2.1.4


2015-06-02 15:23:54

by Vladimir Kondratiev

[permalink] [raw]
Subject: [PATCH v3 0/2] 60 GHz rules update

Update for the 60 GHz rules for 2 countries - Japan and Russia.

Rebase and re-sending to the right maintainer, thus mark as "v3"
to avoid mis-interpretation

Vladimir Kondratiev (2):
wireless-regdb: Add 60GHz regulatory rules for Japan (JP)
wireless-regdb: Add 60GHz regulatory rules for Russia (RU)

db.txt | 5 +++++
1 file changed, 5 insertions(+)

--
2.1.4


2015-06-05 15:54:09

by Seth Forshee

[permalink] [raw]
Subject: Re: [PATCH v3 0/2] 60 GHz rules update

On Tue, Jun 02, 2015 at 06:23:46PM +0300, Vladimir Kondratiev wrote:
> Update for the 60 GHz rules for 2 countries - Japan and Russia.
>
> Rebase and re-sending to the right maintainer, thus mark as "v3"
> to avoid mis-interpretation
>
> Vladimir Kondratiev (2):
> wireless-regdb: Add 60GHz regulatory rules for Japan (JP)
> wireless-regdb: Add 60GHz regulatory rules for Russia (RU)
>
> db.txt | 5 +++++
> 1 file changed, 5 insertions(+)

Applied both, thanks.