Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Drxtx.c180 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 Ddevice.h202 unsigned char byTopOFDMBasicRate; member
H A Dcard.c727 priv->byTopOFDMBasicRate = byTopOFDM; in CARDvUpdateBasicTopRate()
H A Ddevice_main.c217 priv->byTopOFDMBasicRate = RATE_24M; in device_init_registers()