Re: git: 84e1eb50dd95 - main - net80211/regdomain: try to sort out TW
Date: Sun, 05 Oct 2025 17:28:04 UTC
On 12/04/2025 19:51, Bjoern A. Zeeb wrote: > The branch main has been updated by bz: > > URL: https://cgit.FreeBSD.org/src/commit/?id=84e1eb50dd9529b234e568ccb6f6c37f897688dc > > commit 84e1eb50dd9529b234e568ccb6f6c37f897688dc > Author: Bjoern A. Zeeb <bz@FreeBSD.org> > AuthorDate: 2025-04-11 13:12:41 +0000 > Commit: Bjoern A. Zeeb <bz@FreeBSD.org> > CommitDate: 2025-04-12 16:49:39 +0000 > > net80211/regdomain: try to sort out TW > > Try to help people in TW to get onto 11ac as well by adding the missing > entries to regdomain.xml. Use at your own risk. > > regdomain.xml is unmaintanable in the modern world with too many tiny > difference between countries. We'll need a different way to generate > this or a different representation long term. > > Sponsored by: The FreeBSD Foundation > Reported by: lwhsu > Tested by: lwhsu > MFC after: 3 days > Reviewed by: lwhsu, adrian > Differential Revision: https://reviews.freebsd.org/D49776 > --- > lib/lib80211/regdomain.xml | 254 ++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 253 insertions(+), 1 deletion(-) > > diff --git a/lib/lib80211/regdomain.xml b/lib/lib80211/regdomain.xml > index 557af0349cb0..9116e54c31cf 100644 > --- a/lib/lib80211/regdomain.xml > +++ b/lib/lib80211/regdomain.xml > @@ -1187,6 +1187,202 @@ > </netband> > </rd> > > +<rd id="taiwan"> > + <name>TAIWAN</name> It seems that all other domains have sku element. Looks like taiwan gets an implicit sku of zero. Is that intended? FWIW, those sku numbers look quite magic. I have no idea where they come from. -- Andriy Gapon