Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2025 20:28:04 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        "Bjoern A. Zeeb" <bz@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: 84e1eb50dd95 - main - net80211/regdomain: try to sort out TW
Message-ID:  <03504952-1691-447c-a502-1758c6792efe@FreeBSD.org>
In-Reply-To: <202504121651.53CGpnEM060389@gitrepo.freebsd.org>
References:  <202504121651.53CGpnEM060389@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?03504952-1691-447c-a502-1758c6792efe>