Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec078d94 authored by Juuso Oikarinen's avatar Juuso Oikarinen Committed by John W. Linville
Browse files

wl1271: Change rates configured for templates



Previously a "firmware chooses" value was used for the rates of all control
message templates set to the firmware. This resulted in a too high rate to be
chosen to transmit those messages. Change this by configuring a fixed low rate
for the templates.

Signed-off-by: default avatarJuuso Oikarinen <juuso.oikarinen@nokia.com>
Reviewed-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent e0d8bbf0
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -78,7 +78,8 @@ static struct conf_drv_settings default_conf = {
	.tx = {
	.tx = {
		.tx_energy_detection         = 0,
		.tx_energy_detection         = 0,
		.rc_conf                     = {
		.rc_conf                     = {
			.enabled_rates       = CONF_TX_RATE_MASK_UNSPECIFIED,
			.enabled_rates       = CONF_HW_BIT_RATE_1MBPS |
					       CONF_HW_BIT_RATE_2MBPS,
			.short_retry_limit   = 10,
			.short_retry_limit   = 10,
			.long_retry_limit    = 10,
			.long_retry_limit    = 10,
			.aflags              = 0
			.aflags              = 0