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