Home
last modified time | relevance | path

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

/linux-6.6.21/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
2080 u32 band_center_freq2; member
Dmac.c1050 arg.channel.band_center_freq2 = chandef->center_freq2; in ath10k_monitor_vdev_start()
1502 arg.channel.band_center_freq2 = chandef->center_freq2; in ath10k_vdev_start_restart()
/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dwmi.h2853 u32 band_center_freq2; member
3445 __le32 band_center_freq2; member
Dwmi.c959 chan->band_center_freq2 = cpu_to_le32(arg->band_center_freq2); in ath12k_wmi_put_wmi_channel()
961 chan->band_center_freq2 = 0; in ath12k_wmi_put_wmi_channel()
2504 chan_info->band_center_freq2 = cpu_to_le32(channel_arg->cfreq2); in ath12k_wmi_send_scan_chan_list_cmd()
Dmac.c834 arg.band_center_freq2 = chandef->center_freq2; in ath12k_mac_monitor_vdev_start()
5813 arg.band_center_freq2 = chandef->center_freq2; in ath12k_mac_vdev_start_restart()
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dwmi.c879 chan->band_center_freq2 = arg->channel.band_center_freq1; in ath11k_wmi_put_wmi_channel()
883 chan->band_center_freq2 = arg->channel.band_center_freq2; in ath11k_wmi_put_wmi_channel()
885 chan->band_center_freq2 = 0; in ath11k_wmi_put_wmi_channel()
2497 chan_info->band_center_freq2 = tchan_info->cfreq2; in ath11k_wmi_send_scan_chan_list_cmd()
Dwmi.h2812 u32 band_center_freq2; member
3493 u32 band_center_freq2; member
Dmac.c938 arg.channel.band_center_freq2 = chandef->center_freq2; in ath11k_mac_monitor_vdev_start()
7207 arg.channel.band_center_freq2 = chandef->center_freq2; in ath11k_mac_vdev_start_restart()
/linux-6.6.21/drivers/net/wireless/ath/wcn36xx/
Dhal.h1375 u32 band_center_freq2; member
Dsmd.c959 param->band_center_freq2 = 0; in wcn36xx_smd_update_channel_list()