Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/vt6655/
Drxtx.c182 …uGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopOFDMBasicRate); in s_uGetTxRsvTime()
219 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime()
221 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime()
222 … = uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime()
225 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime()
284 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetDataDuration()
296 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetDataDuration()
307 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetDataDuration()
338 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetDataDuration()
349 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetDataDuration()
[all …]
Ddevice.h215 unsigned char byTopOFDMBasicRate; member
Dcard.c793 priv->byTopOFDMBasicRate = byTopOFDM; in CARDvUpdateBasicTopRate()
Ddevice_main.c228 priv->byTopOFDMBasicRate = RATE_24M; in device_init_registers()