Searched refs:wRate (Results 1 – 1 of 1) sorted by relevance
160 unsigned short wRate, in s_uGetTxRsvTime() argument166 uDataTime = bb_get_frame_time(pDevice->preamble_type, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime()236 unsigned short wRate, in s_uGetDataDuration() argument269 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 …]