Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_desc.h143 #define HAL_RX_IS_APSD 0x0100 /* Is ASPD trigger frame */ macro
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv_ds.c96 rxs->rs_flags = (rxsp->status11 & AR_apsd_trig) ? HAL_RX_IS_APSD : 0; in ar9300_proc_rx_desc_fast()