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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_urtw.c4304 uint16_t ceiling, frametime, n_dbps; local
4316 n_dbps = urtw_rate2dbps(rate);
4317 ceiling = (16 + 8 * framelen + 6) / n_dbps
4318 + (((16 + 8 * framelen + 6) % n_dbps) ? 1 : 0);

Completed in 107 milliseconds