Searched refs:pwr_cfg_data (Results 1 – 1 of 1) sorted by relevance
180 struct pwr_channel_info *pwr_cfg_data; in ucfg_mlme_convert_power_cfg_chan_to_freq() local182 pwr_cfg_data = qdf_mem_malloc(max_length); in ucfg_mlme_convert_power_cfg_chan_to_freq()183 if (!pwr_cfg_data) in ucfg_mlme_convert_power_cfg_chan_to_freq()189 pwr_cfg_data[i].first_freq = wlan_reg_legacy_chan_to_freq( in ucfg_mlme_convert_power_cfg_chan_to_freq()192 pwr_cfg_data[i].num_chan = power_chan_data[count++]; in ucfg_mlme_convert_power_cfg_chan_to_freq()193 pwr_cfg_data[i].max_tx_pwr = power_chan_data[count++]; in ucfg_mlme_convert_power_cfg_chan_to_freq()197 pwr_cfg_data[i].first_freq, in ucfg_mlme_convert_power_cfg_chan_to_freq()198 pwr_cfg_data[i].num_chan, in ucfg_mlme_convert_power_cfg_chan_to_freq()199 pwr_cfg_data[i].max_tx_pwr); in ucfg_mlme_convert_power_cfg_chan_to_freq()204 qdf_mem_copy(power_freq_data, pwr_cfg_data, copied_length); in ucfg_mlme_convert_power_cfg_chan_to_freq()[all …]