Searched refs:AR5K_OFDM_NUM_BITS_PER_SYM (Results 1 – 2 of 2) sorted by relevance
200 #define AR5K_OFDM_NUM_BITS_PER_SYM(_kbps) ((_kbps * \ macro204 howmany(AR5K_OFDM_NUM_BITS(_frmlen), AR5K_OFDM_NUM_BITS_PER_SYM(_kbps))
328 if (AR5K_OFDM_NUM_BITS_PER_SYM(rate->rateKbps) == 0) in ath_hal_computetxtime()