Home
last modified time | relevance | path

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

/linux-4.1.27/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.h326 unsigned char byTopOFDMBasicRate; member
Dcard.c793 pDevice->byTopOFDMBasicRate = byTopOFDM; in CARDvUpdateBasicTopRate()
Ddevice_main.c260 pDevice->byTopOFDMBasicRate = RATE_24M; in device_init_registers()