Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dwmi.c3069 struct wmi_host_pdev_band_to_mac *band_to_mac) in ath11k_fill_band_to_mac_param() argument
3078 band_to_mac[i].pdev_id = pdev->pdev_id; in ath11k_fill_band_to_mac_param()
3082 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()
3083 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
3086 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()
3087 band_to_mac[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath11k_fill_band_to_mac_param()
3090 band_to_mac[i].start_freq = hal_reg_cap->low_5ghz_chan; in ath11k_fill_band_to_mac_param()
3091 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
3171 struct wmi_pdev_band_to_mac *band_to_mac; in ath11k_init_cmd_send() local
3181 (param->num_band_to_mac * sizeof(*band_to_mac)); in ath11k_init_cmd_send()
[all …]
Dwmi.h2179 struct wmi_host_pdev_band_to_mac band_to_mac[WMI_HOST_MAX_PDEV]; member