Home
last modified time | relevance | path

Searched refs:ch_set (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_scan.c512 struct csr_channel_powerinfo *ch_set; in csr_save_tx_power_to_cfg() local
531 ch_set = GET_BASE_ADDR(pEntry, in csr_save_tx_power_to_cfg()
533 if (ch_set->interChannelOffset != 5) { in csr_save_tx_power_to_cfg()
540 tmp_len = cbLen + (ch_set->numChannels * in csr_save_tx_power_to_cfg()
549 ch_set->first_chan_freq, in csr_save_tx_power_to_cfg()
550 ch_set->numChannels, in csr_save_tx_power_to_cfg()
551 ch_set->interChannelOffset); in csr_save_tx_power_to_cfg()
555 for (idx = 0; idx < ch_set->numChannels; idx++) { in csr_save_tx_power_to_cfg()
557 ch_set->first_chan_freq; in csr_save_tx_power_to_cfg()
559 ch_pwr_set->max_tx_pwr = ch_set->txPower; in csr_save_tx_power_to_cfg()
[all …]