Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/wlan/
HDif_urtw.c4344 uint16_t ceiling, frametime, n_dbps; in urtw_compute_txtime() local
4356 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()