Bug 177688 - WiFi regodmains information is inconsistent between "etc/regdomain.xml" and "sys/net80211/ieee80211_regdomain.h"
Summary: WiFi regodmains information is inconsistent between "etc/regdomain.xml" and "...
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: wireless (show other bugs)
Version: 10.0-CURRENT
Hardware: Any Any
: Normal Affects Some People
Assignee: freebsd-wireless (Nobody)
URL:
Keywords: needs-patch, needs-qa
Depends on:
Blocks: handbook-2022
  Show dependency treegraph
 
Reported: 2013-04-07 11:30 UTC by Lev A. Serebryakov
Modified: 2022-12-30 11:43 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lev A. Serebryakov freebsd_committer freebsd_triage 2013-04-07 11:30:00 UTC
etc/regdomain.xml contains such definition of "ROW" (Rest Of World) domain:

<rd id="row">
  <name>ROW</name>
  <sku>0x8a</sku>
....
</rd>

sys/net80211/ieee80211_regdomain.h contains other constant for this reg domain:

enum RegdomainCode {
...
        SKU_ROW                 = 0x81, /* China/Taiwan/Rest of World */
...
};

I don't know, which one is right and I didn't check, if other constants are consistent or not.
Now bsnmpd's plugin snmp_wlan complains about unknown regdomain if WiFi card has "ROW" domain set.
Comment 1 Lev A. Serebryakov freebsd_committer freebsd_triage 2013-04-07 11:41:58 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-wireless

Over to maintainer(s).
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2018-05-28 19:45:07 UTC
batch change:

For bugs that match the following
-  Status Is In progress 
AND
- Untouched since 2018-01-01.
AND
- Affects Base System OR Documentation

DO:

Reset to open status.


Note:
I did a quick pass but if you are getting this email it might be worthwhile to double check to see if this bug ought to be closed.
Comment 3 Graham Perrin freebsd_committer freebsd_triage 2022-11-30 15:59:01 UTC
The FreeBSD Handbook directs readers to regdomain.xml for correctness. 

If regdomain.xml is wrong, let's correct it.