Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Drxtx.c162 unsigned short wRate, in s_uGetTxRsvTime() argument
168 uDataTime = bb_get_frame_time(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime()
238 unsigned short wRate, in s_uGetDataDuration() argument
271 len, wRate, bNeedAck); in s_uGetDataDuration()
289 len, wRate, bNeedAck); in s_uGetDataDuration()
307 if (wRate < RATE_18M) in s_uGetDataDuration()
308 wRate = RATE_18M; in s_uGetDataDuration()
309 else if (wRate > RATE_54M) in s_uGetDataDuration()
310 wRate = RATE_54M; in s_uGetDataDuration()
312 wRate -= RATE_18M; in s_uGetDataDuration()
[all …]