Home
last modified time | relevance | path

Searched refs:HAL_RX_GI (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah_desc.h137 #define HAL_RX_GI 0x0004 /* full gi */ macro
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv_ds.c97 rxs->rs_flags |= (rxsp->status4 & AR_gi) ? HAL_RX_GI : 0; in ar9300_proc_rx_desc_fast()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c206 rs->rs_flags |= HAL_RX_GI; in ar5416ProcRxDesc()
/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c434 (! (rs->rs_flags & HAL_RX_GI)) : rt->info[rix].shortPreamble, in ath_tdma_update()
H A Dif_ath_rx.c615 if (rs->rs_flags & HAL_RX_GI) in ath_rx_tap()
677 if (rs->rs_flags & HAL_RX_GI) in ath_rx_pkt()