Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dar5xxx.h200 #define AR5K_OFDM_NUM_BITS_PER_SYM(_kbps) ((_kbps * \ macro
204 howmany(AR5K_OFDM_NUM_BITS(_frmlen), AR5K_OFDM_NUM_BITS_PER_SYM(_kbps))
H A Dar5xxx.c328 if (AR5K_OFDM_NUM_BITS_PER_SYM(rate->rateKbps) == 0) in ath_hal_computetxtime()