Searched refs:band_to_mac (Results 1 – 2 of 2) sorted by relevance
3877 struct wmi_host_pdev_band_to_mac *band_to_mac) in ath11k_fill_band_to_mac_param() argument3886 band_to_mac[i].pdev_id = pdev->pdev_id; in ath11k_fill_band_to_mac_param()3890 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()3891 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()3894 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()3895 band_to_mac[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath11k_fill_band_to_mac_param()3898 band_to_mac[i].start_freq = hal_reg_cap->low_5ghz_chan; in ath11k_fill_band_to_mac_param()3899 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()3979 struct wmi_pdev_band_to_mac *band_to_mac; in ath11k_init_cmd_send() local3989 (param->num_band_to_mac * sizeof(*band_to_mac)); in ath11k_init_cmd_send()[all …]
2268 struct wmi_host_pdev_band_to_mac band_to_mac[WMI_HOST_MAX_PDEV]; member