Message ID | CAHc5FiXv=aeKKwpz2RP3ho+d-eggxfGuECk1deyNWNdkT8r8gg@mail.gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On 10/08/2012 11:28 AM, Mykyta Iziumtsev wrote: > Add 5GHz band and mark 2.4GHz and 5GHz as NO-OUTDOOR according to > "??????? ??? ???????????? ???????? ???????????????? ??????? > ?? ???????????????? ?????????, ??? ???????????? ???? ?? ???????? > ??????? ?? ????????????" from 27 May 2010. > > Ref: http://www.ucrf.gov.ua/uk/doc/nkrz/1196068874 > > Update rules as follows as lowest common denominator: > (2400 - 2483.5 @ 40), (N/A, 20), NO-OUTDOOR > (5150 - 5350 @ 40), (N/A, 20), NO-OUTDOOR > > Signed-off-by: Mykyta Iziumtsev <mykyta.iziumtsev@gmail.com> > Signed-off-by: Pavel Chernyshev <pchernyshev@gmail.com> > Signed-off-by: Andrew Bordunov <andrew.bordunov@gmail.com> > --- > db.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/db.txt b/db.txt > index 4c54543..08c6c89 100644 > --- a/db.txt > +++ b/db.txt > @@ -653,7 +653,8 @@ country TR: DFS-ETSI > (5250 - 5330 @ 20), (N/A, 20), DFS > Some time ago I suggested to add the source ref in the db.txt. Could we add that here now: + /* + * source: http://www.ucrf.gov.ua/uk/doc/nkrz/1196068874 + */ > country UA: > - (2402 - 2482 @ 40), (N/A, 20) > + (2400 - 2483.5 @ 40), (N/A, 20), NO-OUTDOOR > + (5150 - 5350 @ 40), (N/A, 20), NO-OUTDOOR > > country US: DFS-FCC > (2402 - 2472 @ 40), (3, 27) > Regards, AvS -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Yes, good amendment. New patch will be submitted in several days. Sorry for breaking thread alignment, I don't have Arend's message-id. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/db.txt b/db.txt index 4c54543..08c6c89 100644 --- a/db.txt +++ b/db.txt @@ -653,7 +653,8 @@ country TR: DFS-ETSI (5250 - 5330 @ 20), (N/A, 20), DFS country UA: - (2402 - 2482 @ 40), (N/A, 20) + (2400 - 2483.5 @ 40), (N/A, 20), NO-OUTDOOR + (5150 - 5350 @ 40), (N/A, 20), NO-OUTDOOR country US: DFS-FCC (2402 - 2472 @ 40), (3, 27)