Searched refs:AR5K_RXERR_CRC (Results 1 – 3 of 3) sorted by relevance
659 rs->rs_status |= AR5K_RXERR_CRC; in ath5k_hw_proc_5210_rx_status()740 rs->rs_status |= AR5K_RXERR_CRC; in ath5k_hw_proc_5212_rx_status()
1429 if (unlikely(rs->rs_status & AR5K_RXERR_CRC)) in ath5k_receive_frame()1501 if (rs->rs_status & AR5K_RXERR_CRC) in ath5k_receive_frame_ok()1518 rs->rs_status |= AR5K_RXERR_CRC; in ath5k_receive_frame_ok()1537 !(rs->rs_status & AR5K_RXERR_CRC)) in ath5k_receive_frame_ok()1551 filters |= AR5K_RXERR_CRC; in ath5k_receive_frame_ok()
726 #define AR5K_RXERR_CRC 0x01 macro