Home
last modified time | relevance | path

Searched refs:AR5K_PHY_ERR_FIL_OFDM (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_pcu.c436 if (data & (AR5K_PHY_ERR_FIL_OFDM | AR5K_PHY_ERR_FIL_CCK)) in ath5k_hw_get_rx_filter()
462 data |= AR5K_PHY_ERR_FIL_OFDM | AR5K_PHY_ERR_FIL_CCK; in ath5k_hw_set_rx_filter()
Dreg.h1715 #define AR5K_PHY_ERR_FIL_OFDM 0x00020000 /* OFDM false detect (ANI) */ macro