Home
last modified time | relevance | path

Searched refs:band_center_freq2 (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dwmi.c1719 ch->band_center_freq2 = 0; in ath10k_wmi_put_wmi_channel()
1723 ch->band_center_freq2 = __cpu_to_le32(arg->band_center_freq2); in ath10k_wmi_put_wmi_channel()
1725 arg->band_center_freq2 - 10); in ath10k_wmi_put_wmi_channel()
1730 u32 band_center_freq2; in ath10k_wmi_put_wmi_channel() local
1734 band_center_freq2 = arg->band_center_freq1 - 40; in ath10k_wmi_put_wmi_channel()
1737 band_center_freq2 = arg->band_center_freq1 + 40; in ath10k_wmi_put_wmi_channel()
1744 band_center_freq2 - 10); in ath10k_wmi_put_wmi_channel()
1746 ch->band_center_freq2 = __cpu_to_le32(arg->band_center_freq1); in ath10k_wmi_put_wmi_channel()
Dwmi.h2049 __le32 band_center_freq2; /* valid for 11ac, 80plus80 */ member
2078 u32 band_center_freq2; member
Dmac.c1028 arg.channel.band_center_freq2 = chandef->center_freq2; in ath10k_monitor_vdev_start()
1480 arg.channel.band_center_freq2 = chandef->center_freq2; in ath10k_vdev_start_restart()
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dwmi.c785 chan->band_center_freq2 = arg->channel.band_center_freq2; in ath11k_wmi_put_wmi_channel()
787 chan->band_center_freq2 = 0; in ath11k_wmi_put_wmi_channel()
2355 chan_info->band_center_freq2 = tchan_info->cfreq2; in ath11k_wmi_send_scan_chan_list_cmd()
Dwmi.h2665 u32 band_center_freq2; member
3337 u32 band_center_freq2; member
Dmac.c4853 arg.channel.band_center_freq2 = chandef->center_freq2; in ath11k_mac_vdev_start_restart()