Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1328 bool has_fcs_err; in ath10k_htt_rx_h_mpdu() local
1363 has_fcs_err = !!(attention & RX_ATTENTION_FLAGS_FCS_ERR); in ath10k_htt_rx_h_mpdu()
1373 !has_fcs_err && in ath10k_htt_rx_h_mpdu()
1384 if (has_fcs_err) in ath10k_htt_rx_h_mpdu()
1509 bool has_fcs_err; in ath10k_htt_rx_amsdu_allowed() local
1525 has_fcs_err = !!(rxd->attention.flags & in ath10k_htt_rx_amsdu_allowed()
1535 if (is_mgmt && !has_fcs_err) { in ath10k_htt_rx_amsdu_allowed()