Searched refs:byTopOFDMBasicRate (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | rxtx.c | 180 pDevice->byTopOFDMBasicRate); in s_uGetTxRsvTime() 213 ack_time = bb_get_frame_time(priv->byPreambleType, pkt_type, 14, priv->byTopOFDMBasicRate); in get_rtscts_time() 215 rts_time = bb_get_frame_time(priv->byPreambleType, pkt_type, 20, priv->byTopOFDMBasicRate); in get_rtscts_time() 216 ack_time = bb_get_frame_time(priv->byPreambleType, pkt_type, 14, priv->byTopOFDMBasicRate); in get_rtscts_time() 220 ack_time = bb_get_frame_time(priv->byPreambleType, pkt_type, 14, priv->byTopOFDMBasicRate); in get_rtscts_time() 280 pDevice->byTopOFDMBasicRate); in s_uGetDataDuration() 299 pDevice->byTopOFDMBasicRate); in s_uGetDataDuration() 359 uCTSTime = bb_get_frame_time(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSDuration() 377 uCTSTime = bb_get_frame_time(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSDuration() 395 uCTSTime = bb_get_frame_time(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSDuration() [all …]
|
| H A D | device.h | 202 unsigned char byTopOFDMBasicRate; member
|
| H A D | card.c | 727 priv->byTopOFDMBasicRate = byTopOFDM; in CARDvUpdateBasicTopRate()
|
| H A D | device_main.c | 217 priv->byTopOFDMBasicRate = RATE_24M; in device_init_registers()
|