Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1246 bool has_fcs_err; in ath10k_htt_rx_h_mpdu() local
1281 has_fcs_err = !!(attention & RX_ATTENTION_FLAGS_FCS_ERR); in ath10k_htt_rx_h_mpdu()
1291 !has_fcs_err && in ath10k_htt_rx_h_mpdu()
1302 if (has_fcs_err) in ath10k_htt_rx_h_mpdu()
1427 bool has_fcs_err; in ath10k_htt_rx_amsdu_allowed() local
1443 has_fcs_err = !!(rxd->attention.flags & in ath10k_htt_rx_amsdu_allowed()
1453 if (is_mgmt && !has_fcs_err) { in ath10k_htt_rx_amsdu_allowed()