Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv_ds.c147 u_int phyerr = MS(rxsp->status11, AR_phy_err_code); in ar9300_proc_rx_desc_fast() local
149 rxs->rs_phyerr = phyerr; in ar9300_proc_rx_desc_fast()
152 u_int phyerr; in ar9300_proc_rx_desc_fast() local
161 phyerr = MS(rxsp->status11, AR_phy_err_code); in ar9300_proc_rx_desc_fast()
162 if ((phyerr == HAL_PHYERR_OFDM_RESTART) && in ar9300_proc_rx_desc_fast()
167 rxs->rs_phyerr = phyerr; in ar9300_proc_rx_desc_fast()