Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_urtw.c4292 uint16_t ceiling, frametime, n_dbps; in urtw_compute_txtime() local
4304 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()