Searched refs:band_to_mac (Results 1 – 2 of 2) sorted by relevance
4148 struct wmi_host_pdev_band_to_mac *band_to_mac) in ath11k_fill_band_to_mac_param() argument4157 band_to_mac[i].pdev_id = pdev->pdev_id; in ath11k_fill_band_to_mac_param()4161 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()4162 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()4165 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()4166 band_to_mac[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath11k_fill_band_to_mac_param()4169 band_to_mac[i].start_freq = hal_reg_cap->low_5ghz_chan; in ath11k_fill_band_to_mac_param()4170 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()4257 struct wmi_pdev_band_to_mac *band_to_mac; in ath11k_init_cmd_send() local4267 (param->num_band_to_mac * sizeof(*band_to_mac)); in ath11k_init_cmd_send()[all …]
4078 struct ath12k_wmi_pdev_band_to_mac_params *band_to_mac; in ath12k_init_cmd_send() local4088 (arg->num_band_to_mac * sizeof(*band_to_mac)); in ath12k_init_cmd_send()4147 len = arg->num_band_to_mac * sizeof(*band_to_mac); in ath12k_init_cmd_send()4152 len = sizeof(*band_to_mac); in ath12k_init_cmd_send()4155 band_to_mac = (void *)ptr; in ath12k_init_cmd_send()4157 band_to_mac->tlv_header = in ath12k_init_cmd_send()4160 band_to_mac->pdev_id = cpu_to_le32(arg->band_to_mac[idx].pdev_id); in ath12k_init_cmd_send()4161 band_to_mac->start_freq = in ath12k_init_cmd_send()4162 cpu_to_le32(arg->band_to_mac[idx].start_freq); in ath12k_init_cmd_send()4163 band_to_mac->end_freq = in ath12k_init_cmd_send()[all …]