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()
1385 if (unlikely(rs->rs_status & AR5K_RXERR_CRC)) in ath5k_receive_frame()1457 if (rs->rs_status & AR5K_RXERR_CRC) in ath5k_receive_frame_ok()1474 rs->rs_status |= AR5K_RXERR_CRC; in ath5k_receive_frame_ok()1493 !(rs->rs_status & AR5K_RXERR_CRC)) in ath5k_receive_frame_ok()1507 filters |= AR5K_RXERR_CRC; in ath5k_receive_frame_ok()
726 #define AR5K_RXERR_CRC 0x01 macro