Searched refs:AR5K_RX_FILTER_PHYERR (Results 1 – 4 of 4) sorted by relevance
704 AR5K_RX_FILTER_PHYERR); in ath5k_ani_init()710 ~AR5K_RX_FILTER_PHYERR); in ath5k_ani_init()
496 filter |= AR5K_RX_FILTER_PHYERR; in ath5k_hw_get_rx_filter()520 if (filter & AR5K_RX_FILTER_PHYERR) in ath5k_hw_set_rx_filter()
390 rfilt = (ath5k_hw_get_rx_filter(ah) & (AR5K_RX_FILTER_PHYERR)) | in ath5k_configure_filter()402 rfilt |= AR5K_RX_FILTER_PHYERR; in ath5k_configure_filter()
1358 #define AR5K_RX_FILTER_PHYERR \ macro