Skip to content
Snippets Groups Projects
Commit fb08eabb authored by David Bauer's avatar David Bauer
Browse files

gluon-core: set basic-rate for mesh interface


Newer drivers with firmware rate-selection select the rate for multicast
and beacon transmissions based on the basic-rate. The multicast-rate
only influenced software rate-controllers.

To make rate-selection work for those drivers, configure the basic-rate
to match the multicast-rate.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent 06e421ed
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ local function configure_mesh(config, radio, index, suffix, disabled)
mesh_id = config.id,
mesh_fwding = false,
macaddr = macaddr,
basic_rate = { config.mcast_rate },
mcast_rate = config.mcast_rate,
ifname = suffix and 'mesh' .. suffix,
disabled = disabled,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment