Home
last modified time | relevance | path

Searched refs:AR5K_RX_FILTER_PHYERR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dani.c704 AR5K_RX_FILTER_PHYERR); in ath5k_ani_init()
710 ~AR5K_RX_FILTER_PHYERR); in ath5k_ani_init()
H A Dpcu.c496 filter |= AR5K_RX_FILTER_PHYERR; in ath5k_hw_get_rx_filter()
520 if (filter & AR5K_RX_FILTER_PHYERR) in ath5k_hw_set_rx_filter()
H A Dmac80211-ops.c390 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()
H A Dreg.h1358 #define AR5K_RX_FILTER_PHYERR \ macro