[Bug 278017] Wireless 11a high channels not available for use (missing in lib/lib80211/regdomain.xml)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 278017] High channels not showing"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 16:09:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278017
Adrian Chadd <adrian@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adrian@freebsd.org
--- Comment #6 from Adrian Chadd <adrian@freebsd.org> ---
So the regdomain.xml file basically is a copy of the ath_hal regdomain database
in it's almost entirety, flags, layouts and all.
It made searching easier (same as the ah_regdomain code) as you're looking for
highest op mode, frequency width within bounds, flags matching some mask, etc.
You didn't need to put anything other than range/mask operations in your
regdomain code.
I am however not married to it at all. Honestly, I'd rather we had a way to
convert the wireless reg.db stuff to xml in the short term and then find a way
to replace it entirely.
Also when reporting bugs like this, please do list which regdomain you ARE in
so we can see whether it's just lacking or missing. I know it's likely lacking
in a lot of places, but eg FCC vs FCC3 are different regdomains because of how
APs vs STAs behave (FCC3 includes the AP channels that require DFS, for
example..)
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.