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.
Responsible Changed From-To: freebsd-bugs->freebsd-wireless Over to maintainer(s).
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.
The FreeBSD Handbook directs readers to regdomain.xml for correctness. If regdomain.xml is wrong, let's correct it.