Searched refs:n_dbps (Results 1 – 1 of 1) sorted by relevance
4292 uint16_t ceiling, frametime, n_dbps; in urtw_compute_txtime() local4304 n_dbps = urtw_rate2dbps(rate); in urtw_compute_txtime()4305 ceiling = (16 + 8 * framelen + 6) / n_dbps in urtw_compute_txtime()4306 + (((16 + 8 * framelen + 6) % n_dbps) ? 1 : 0); in urtw_compute_txtime()