Searched refs:rx_ev (Results 1 – 2 of 2) sorted by relevance
7545 struct mgmt_rx_event_params rx_ev = {0}; in ath11k_mgmt_rx_event() local7561 rx_ev.status); in ath11k_mgmt_rx_event()7568 rx_ev.pdev_id); in ath11k_mgmt_rx_event()7574 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath11k_mgmt_rx_event()7580 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath11k_mgmt_rx_event()7583 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event()7584 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event()7586 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event()7587 } else if (rx_ev.channel >= 1 && rx_ev.channel <= 14) { in ath11k_mgmt_rx_event()7589 } else if (rx_ev.channel >= 36 && rx_ev.channel <= ATH11K_MAX_5G_CHAN) { in ath11k_mgmt_rx_event()[all …]
6281 struct ath12k_wmi_mgmt_rx_arg rx_ev = {0}; in ath12k_mgmt_rx_event() local6297 rx_ev.status); in ath12k_mgmt_rx_event()6304 rx_ev.pdev_id); in ath12k_mgmt_rx_event()6310 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath12k_mgmt_rx_event()6317 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath12k_mgmt_rx_event()6320 if (rx_ev.chan_freq >= ATH12K_MIN_6G_FREQ && in ath12k_mgmt_rx_event()6321 rx_ev.chan_freq <= ATH12K_MAX_6G_FREQ) { in ath12k_mgmt_rx_event()6323 status->freq = rx_ev.chan_freq; in ath12k_mgmt_rx_event()6324 } else if (rx_ev.channel >= 1 && rx_ev.channel <= 14) { in ath12k_mgmt_rx_event()6326 } else if (rx_ev.channel >= 36 && rx_ev.channel <= ATH12K_MAX_5G_CHAN) { in ath12k_mgmt_rx_event()[all …]