1
0

Merge "qca-wifi: Optimize vdev host-fw handshake operation"

Este cometimento está contido em:
Linux Build Service Account
2020-01-31 20:38:53 -08:00
cometido por Gerrit - the friendly Code Review server
ascendente 46b3231f9f ce5aaf0ba0
cometimento 7a46d4d3d3

Ver ficheiro

@@ -500,6 +500,8 @@ static QDF_STATUS send_vdev_start_cmd_non_tlv(wmi_unified_t wmi,
cmd->chan.band_center_freq1 = param->channel.cfreq1;
cmd->chan.band_center_freq2 = param->channel.cfreq2;
cmd->disable_hw_ack = param->disable_hw_ack;
cmd->beacon_interval = param->beacon_interval;
cmd->dtim_period = param->dtim_period;
WMI_SET_CHANNEL_MIN_POWER(&cmd->chan, param->channel.minpower);
WMI_SET_CHANNEL_MAX_POWER(&cmd->chan, param->channel.maxpower);