2022-04-01 10:12:07

by Richard Huynh

[permalink] [raw]
Subject: [PATCH v2] wireless-regdb: Update regulatory rules for Australia (AU)

Changes allowing lower portion of WiFi 6E spectrum. (5925-6425)

Amendment: https://www.legislation.gov.au/Details/F2022L00249
Full text: https://www.legislation.gov.au/Details/F2022C00281

Allows for both 250mW EIRP indoors or 25mW outdoors.
However, only the former limit is defined in this commit.

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

diff --git a/db.txt b/db.txt
index e887c73..a820ec8 100644
--- a/db.txt
+++ b/db.txt
@@ -121,7 +121,7 @@ country AT: DFS-ETSI
(57000 - 66000 @ 2160), (40)

# Source:
-# https://www.legislation.gov.au/Details/F2016C00432
+# https://www.legislation.gov.au/Details/F2022C00281
# Both DFS-ETSI and DFS-FCC are acceptable per AS/NZS 4268 Appendix B.
# The EIRP for DFS bands can be increased by 3dB if TPC is implemented.
# In order to allow 80MHz operation between 5650-5730MHz the upper boundary
@@ -133,6 +133,7 @@ country AU: DFS-ETSI
(5470 - 5600 @ 80), (27), DFS
(5650 - 5730 @ 80), (27), DFS
(5730 - 5850 @ 80), (36)
+ (5925 - 6425 @ 160), (24), NO-OUTDOOR
(57000 - 66000 @ 2160), (43), NO-OUTDOOR

country AW: DFS-ETSI
--
2.35.1


2022-04-05 02:20:56

by Seth Forshee

[permalink] [raw]
Subject: Re: [PATCH v2] wireless-regdb: Update regulatory rules for Australia (AU)

On Fri, Apr 01, 2022 at 02:11:16PM +1100, Richard Huynh wrote:
> Changes allowing lower portion of WiFi 6E spectrum. (5925-6425)
>
> Amendment: https://www.legislation.gov.au/Details/F2022L00249
> Full text: https://www.legislation.gov.au/Details/F2022C00281
>
> Allows for both 250mW EIRP indoors or 25mW outdoors.
> However, only the former limit is defined in this commit.
>
> Signed-off-by: Richard Huynh <[email protected]>

Applied, thanks!