Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath5k/
H A Dpcu.c495 if (data & (AR5K_PHY_ERR_FIL_OFDM | AR5K_PHY_ERR_FIL_CCK)) in ath5k_hw_get_rx_filter()
521 data |= AR5K_PHY_ERR_FIL_OFDM | AR5K_PHY_ERR_FIL_CCK; in ath5k_hw_set_rx_filter()
H A Dani.c611 ath5k_hw_reg_write(ah, AR5K_PHY_ERR_FIL_CCK, AR5K_PHYERR_CNT2_MASK); in ath5k_enable_phy_err_counters()
H A Dreg.h1741 #define AR5K_PHY_ERR_FIL_CCK 0x02000000 /* CCK false detect (ANI) */ macro