Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/vt6655/
Drxtx.c160 unsigned short wRate, in s_uGetTxRsvTime() argument
166 uDataTime = bb_get_frame_time(pDevice->preamble_type, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime()
236 unsigned short wRate, in s_uGetDataDuration() argument
269 len, wRate, bNeedAck); in s_uGetDataDuration()
287 len, wRate, bNeedAck); in s_uGetDataDuration()
305 if (wRate < RATE_18M) in s_uGetDataDuration()
306 wRate = RATE_18M; in s_uGetDataDuration()
307 else if (wRate > RATE_54M) in s_uGetDataDuration()
308 wRate = RATE_54M; in s_uGetDataDuration()
310 wRate -= RATE_18M; in s_uGetDataDuration()
[all …]