Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/drivers/net/wireless/ath/ath11k/
Dwmi.c864 chan->band_center_freq2 = arg->channel.band_center_freq1; in ath11k_wmi_put_wmi_channel()
867 chan->band_center_freq2 = arg->channel.band_center_freq2; in ath11k_wmi_put_wmi_channel()
869 chan->band_center_freq2 = 0; in ath11k_wmi_put_wmi_channel()
2454 chan_info->band_center_freq2 = tchan_info->cfreq2; in ath11k_wmi_send_scan_chan_list_cmd()
Dwmi.h2770 u32 band_center_freq2; member
3436 u32 band_center_freq2; member
Dmac.c931 arg.channel.band_center_freq2 = chandef->center_freq2; in ath11k_mac_monitor_vdev_start()
6718 arg.channel.band_center_freq2 = chandef->center_freq2; in ath11k_mac_vdev_start_restart()
/linux-6.1.9/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()