Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/
HDah_desc.h157 #define HAL_RX_IS_APSD 0x0100 /* Is ASPD trigger frame */ macro
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_recv_ds.c96 rxs->rs_flags = (rxsp->status11 & AR_apsd_trig) ? HAL_RX_IS_APSD : 0; in ar9300_proc_rx_desc_fast()