Home
last modified time | relevance | path

Searched refs:chan_freq (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h62 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u32 chan_freq,
H A Dqlink.h1198 __le32 chan_freq; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c4921 tpc_stats->chan_freq = __le32_to_cpu(ev->chan_freq); in ath10k_wmi_event_pdev_tpc_config()
4947 __le32_to_cpu(ev->chan_freq), in ath10k_wmi_event_pdev_tpc_config()
4975 if (__le32_to_cpu(ev->chan_freq) <= 2483) { in ath10k_wmi_tpc_final_get_rate()
5000 if (__le32_to_cpu(ev->chan_freq) >= 5180) { in ath10k_wmi_tpc_final_get_rate()
5027 pream_idx, __le32_to_cpu(ev->chan_freq)); in ath10k_wmi_tpc_final_get_rate()
5177 tpc_stats->chan_freq = __le32_to_cpu(ev->chan_freq); in ath10k_wmi_event_tpc_final_table()
5203 __le32_to_cpu(ev->chan_freq), in ath10k_wmi_event_tpc_final_table()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c5968 hdr->chan_freq = ev->chan_freq; in ath11k_pull_mgmt_rx_params_tlv()
7643 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event()
7644 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event()
7646 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event()
8439 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath11k_wmi_pdev_dfs_radar_detected_event()