Page MenuHomeFreeBSD

net80211: init by default to FCC (was: DEBUG) regdomain
AbandonedPublic

Authored by avos on May 4 2016, 4:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 20 2024, 5:15 AM
Unknown Object (File)
Oct 4 2024, 8:08 PM
Unknown Object (File)
Sep 30 2024, 11:37 AM
Unknown Object (File)
Sep 30 2024, 2:45 AM
Unknown Object (File)
Sep 28 2024, 11:22 AM
Unknown Object (File)
Sep 27 2024, 12:39 AM
Unknown Object (File)
Sep 21 2024, 1:35 AM
Unknown Object (File)
Sep 8 2024, 8:27 AM
Subscribers

Details

Reviewers
adrian
Summary

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

Test Plan

Tested with:

  • Intel 3945BG (wpi)
  • WUSB54GC (rum)

(todo: test with dual-band/ht devices).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

avos retitled this revision from to net80211: init by default to FCC (was: DEBUG) regdomain.
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added a reviewer: adrian.
avos set the repository for this revision to rS FreeBSD src repository - subversion.

Before this can be committed, bsdinstall(8) should be capable to select another regdomain/country.

why's this needed? I thought ifconfig would invoke regdomain code for us when we create a vap.

by default - no (vap creation and regdomain/country setup are independent).

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.