Searched refs:country_info (Results 1 – 1 of 1) sorted by relevance
4870 struct pwr_channel_info *country_info = NULL; in wlan_get_cfg_max_tx_power() local4895 country_info = qdf_mem_malloc(cfg_length); in wlan_get_cfg_max_tx_power()4896 if (!country_info) in wlan_get_cfg_max_tx_power()4902 qdf_mem_copy(country_info, in wlan_get_cfg_max_tx_power()4908 qdf_mem_copy(country_info, in wlan_get_cfg_max_tx_power()4916 maxChannels = country_info[count].num_chan; in wlan_get_cfg_max_tx_power()4917 max_tx_pwr = country_info[count].max_tx_pwr; in wlan_get_cfg_max_tx_power()4921 if (ch_freq >= country_info[count].first_freq && in wlan_get_cfg_max_tx_power()4922 ch_freq < (country_info[count].first_freq + maxChannels)) { in wlan_get_cfg_max_tx_power()4928 if (country_info) in wlan_get_cfg_max_tx_power()[all …]