Searched refs:chan_freq (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs.c | 158 u32 chan_freq = le32_to_cpu(tpc_stats->tpc_config.chan_freq); in ath12k_get_tpc_ctl_mode_idx() local 161 band = ((chan_freq > ATH12K_MIN_6GHZ_FREQ) ? NL80211_BAND_6GHZ : in ath12k_get_tpc_ctl_mode_idx() 162 ((chan_freq > ATH12K_MIN_5GHZ_FREQ) ? NL80211_BAND_5GHZ : in ath12k_get_tpc_ctl_mode_idx() 518 u32 chan_freq, num_tx_chain, caps, i, j = 1; in ath12k_tpc_stats_print() local 603 chan_freq = le32_to_cpu(tpc_stats->tpc_config.chan_freq); in ath12k_tpc_stats_print() 608 he_ext_mcs = ath12k_he_supports_extra_mcs(ar, chan_freq); in ath12k_tpc_stats_print() 662 if (chan_freq <= 2483) { in ath12k_tpc_stats_print() 727 tpc->reg_domain, tpc->chan_freq); in ath12k_tpc_stats_fill()
|
| H A D | wmi.h | 4584 __le32 chan_freq; member 4603 __le32 chan_freq; member 4611 u32 chan_freq; member 4665 u32 chan_freq; member 4695 __le32 chan_freq; member 6266 __le32 chan_freq; member
|
| H A D | wmi.c | 6408 hdr->chan_freq = le32_to_cpu(ev->chan_freq); in ath12k_pull_mgmt_rx_params_tlv() 7315 if (rx_ev.chan_freq >= ATH12K_MIN_6GHZ_FREQ && in ath12k_mgmt_rx_event() 7316 rx_ev.chan_freq <= ATH12K_MAX_6GHZ_FREQ) { in ath12k_mgmt_rx_event() 7318 status->freq = rx_ev.chan_freq; in ath12k_mgmt_rx_event() 8780 arg->chan_freq = le32_to_cpu(info->chan_freq); in ath12k_wmi_incumbent_signal_interference_subtlv_parser() 8788 arg->chan_width, arg->chan_freq, in ath12k_wmi_incumbent_signal_interference_subtlv_parser() 9016 if (info.chan_freq != arg.chanctx_conf->def.chan->center_freq) { in ath12k_wmi_process_incumbent_signal_interference_evt() 9019 info.chan_freq, arg.chanctx_conf->def.chan->center_freq); in ath12k_wmi_process_incumbent_signal_interference_evt() 9207 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath12k_wmi_pdev_dfs_radar_detected_event()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | commands.h | 62 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u32 chan_freq,
|
| H A D | qlink.h | 1198 __le32 chan_freq; member
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.c | 4921 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 D | wmi.c | 5986 hdr->chan_freq = ev->chan_freq; in ath11k_pull_mgmt_rx_params_tlv() 7661 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event() 7662 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event() 7664 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event() 8465 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath11k_wmi_pdev_dfs_radar_detected_event()
|