89359 Linux: regdb vs. CLM

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
StLe_4369261
Level 1
Level 1

Hi

Normally, in Linux systems, country specific frequency-band and power settings are defined and handled via regdb.
The 89359 brakepad driver uses a CLM blob to define band and power settings.
How is the relation of CLM to regdb in this driver? Are regdb values used by the driver or can the settings only be done via CLM blob?

Kind regards

Stefan

0 Likes
1 Solution
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

The wireless-regdb would provide the kernel with the regulatory database but it has several disadvantages. For eg; every update to the db.txt file that you would be using to update the regulatory specifications, you would have to recompile the kernel. When using bcmdhd or brcmfmac driver , the regdb values are ignored and only CLM blob values are considered by utilities like iw, wpa_supplicant etc.

Was you kernel built with the following flag CONFIG_CFG80211_INTERNAL_REGDB.

Br

VinayakS_26

View solution in original post

4 Replies
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

The wireless-regdb would provide the kernel with the regulatory database but it has several disadvantages. For eg; every update to the db.txt file that you would be using to update the regulatory specifications, you would have to recompile the kernel. When using bcmdhd or brcmfmac driver , the regdb values are ignored and only CLM blob values are considered by utilities like iw, wpa_supplicant etc.

Was you kernel built with the following flag CONFIG_CFG80211_INTERNAL_REGDB.

Br

VinayakS_26

Thx for clarification.
Yes, we are building with CONFIG_CFG80211_INTERNAL_REGDB=y

0 Likes
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

Which module partner are you working with in Europe?  Murata?

bichc_287706scke_1713761RoCh_2180491WolfF_56BiCh_3977566

0 Likes

We are working with ublox.

0 Likes