Searched refs:byTopOFDMBasicRate (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/vt6655/ |
D | rxtx.c | 182 …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 …]
|
D | device.h | 326 unsigned char byTopOFDMBasicRate; member
|
D | card.c | 793 pDevice->byTopOFDMBasicRate = byTopOFDM; in CARDvUpdateBasicTopRate()
|
D | device_main.c | 260 pDevice->byTopOFDMBasicRate = RATE_24M; in device_init_registers()
|