Re: [PATCH] wireless-regdb: update regulatory rules for India (IN)
Felix Fietkau <[email protected]>
| Newsgroups | org.infradead.lists.wireless-regdb,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 16.04.23 03:30, Seth Forshee wrote: > Increase the max EIRP for 2.4 GHz to 30 dBm, and add DFS for 5250-5350 > MHz and 5470-5725 MHz. > > Source: > https://dot.gov.in/spectrummanagement/delicensing-24-24835-ghz-band-gsr-45-e-5150-5350-ghz-gsr-46-e-and-5725-5875-ghz > https://dot.gov.in/spectrummanagement/license-exemption-5-ghz-gsr-1048e-dated-22102018 > > Signed-off-by: Seth Forshee <[email protected]> > --- > db.txt | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/db.txt b/db.txt > index 915a3b94d418..2a7779510cc5 100644 > --- a/db.txt > +++ b/db.txt > @@ -850,11 +850,14 @@ country IL: DFS-ETSI > # Table B List of conditions, row 68, wireless device using 802.11a/n/ac protocol > (5725 - 5875 @ 80), (200 mW), AUTO-BW > > +# Source: > +# https://dot.gov.in/spectrummanagement/delicensing-24-24835-ghz-band-gsr-45-e-5150-5350-ghz-gsr-46-e-and-5725-5875-ghz > +# https://dot.gov.in/spectrummanagement/license-exemption-5-ghz-gsr-1048e-dated-22102018 > country IN: > - (2402 - 2482 @ 40), (20) > + (2402 - 2482 @ 40), (30) > (5150 - 5250 @ 80), (30) > - (5250 - 5350 @ 80), (24) > - (5470 - 5725 @ 160), (24) > + (5250 - 5350 @ 80), (24), DFS > + (5470 - 5725 @ 160), (24), DFS What about the DFS region? The DFS channels won't work without it. - Felix