Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-debug.c105 if (rs->rs_status & ATH9K_RX_DELIM_CRC_PRE) in ath9k_cmn_debug_stat_rx()
H A Dmac.h190 #define ATH9K_RX_DELIM_CRC_PRE 0x10 macro
H A Dar9003_mac.c537 rxs->rs_flags |= ATH9K_RX_DELIM_CRC_PRE; in ath9k_hw_process_rxdesc_edma()
H A Dmac.c592 rs->rs_flags |= ATH9K_RX_DELIM_CRC_PRE; in ath9k_hw_rxprocdesc()
H A Drecv.c1005 if (rs->rs_flags & ATH9K_RX_DELIM_CRC_PRE) in ath9k_apply_ampdu_details()