Searched refs:rx_ev (Results 1 – 2 of 2) sorted by relevance
5948 struct ath12k_wmi_mgmt_rx_arg rx_ev = {0}; in ath12k_mgmt_rx_event() local5955 if (ath12k_pull_mgmt_rx_params_tlv(ab, skb, &rx_ev) != 0) { in ath12k_mgmt_rx_event()5964 rx_ev.status); in ath12k_mgmt_rx_event()5967 ar = ath12k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath12k_mgmt_rx_event()5971 rx_ev.pdev_id); in ath12k_mgmt_rx_event()5977 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath12k_mgmt_rx_event()5984 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath12k_mgmt_rx_event()5987 if (rx_ev.chan_freq >= ATH12K_MIN_6G_FREQ) { in ath12k_mgmt_rx_event()5989 } else if (rx_ev.channel >= 1 && rx_ev.channel <= 14) { in ath12k_mgmt_rx_event()5991 } else if (rx_ev.channel >= 36 && rx_ev.channel <= ATH12K_MAX_5G_CHAN) { in ath12k_mgmt_rx_event()[all …]
7869 struct mgmt_rx_event_params rx_ev = {0}; in ath11k_mgmt_rx_event() local7876 if (ath11k_pull_mgmt_rx_params_tlv(ab, skb, &rx_ev) != 0) { in ath11k_mgmt_rx_event()7885 rx_ev.status); in ath11k_mgmt_rx_event()7888 ar = ath11k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath11k_mgmt_rx_event()7892 rx_ev.pdev_id); in ath11k_mgmt_rx_event()7898 (rx_ev.status & (WMI_RX_STATUS_ERR_DECRYPT | in ath11k_mgmt_rx_event()7904 if (rx_ev.status & WMI_RX_STATUS_ERR_MIC) in ath11k_mgmt_rx_event()7907 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event()7908 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event()7910 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event()[all …]