Change default regulatory domain from DEBUG (no limitations; exposes all device channels) to FCC (in case if it was not set by the driver previously).
Relnotes: yes
Differential D6205
net80211: init by default to FCC (was: DEBUG) regdomain avos on May 4 2016, 4:24 PM. Authored by Tags None Referenced Files
Subscribers
Details
Change default regulatory domain from DEBUG (no limitations; exposes all device channels) to FCC (in case if it was not set by the driver previously). Relnotes: yes Tested with:
(todo: test with dual-band/ht devices).
Diff Detail
Event TimelineComment Actions Before this can be committed, bsdinstall(8) should be capable to select another regdomain/country. Comment Actions why's this needed? I thought ifconfig would invoke regdomain code for us when we create a vap. Comment Actions right, but the channel list being "all channels" isn't a problem; it should just get overridden when we first create a vap and that looks at the current regdomain/cc. Hm, I'll have to go read the regdomain code again.. I don't really want to hard-code /more/ channel stuff. |