Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah.h413 HAL_RX_FILTER_UCAST = 0x00000001, /* Allow unicast frames */ enumerator
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c161 rfilt = HAL_RX_FILTER_UCAST | HAL_RX_FILTER_BCAST | HAL_RX_FILTER_MCAST; in ath_calcrxfilter()