Searched refs:byTopOFDMBasicRate (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/staging/vt6655/ |
D | rxtx.c | 178 pDevice->byTopOFDMBasicRate); in s_uGetTxRsvTime() 211 ack_time = bb_get_frame_time(priv->preamble_type, pkt_type, 14, priv->byTopOFDMBasicRate); in get_rtscts_time() 213 rts_time = bb_get_frame_time(priv->preamble_type, pkt_type, 20, priv->byTopOFDMBasicRate); in get_rtscts_time() 214 ack_time = bb_get_frame_time(priv->preamble_type, pkt_type, 14, priv->byTopOFDMBasicRate); in get_rtscts_time() 218 ack_time = bb_get_frame_time(priv->preamble_type, pkt_type, 14, priv->byTopOFDMBasicRate); in get_rtscts_time() 278 pDevice->byTopOFDMBasicRate); in s_uGetDataDuration() 297 pDevice->byTopOFDMBasicRate); in s_uGetDataDuration() 357 uCTSTime = bb_get_frame_time(pDevice->preamble_type, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSDuration() 375 uCTSTime = bb_get_frame_time(pDevice->preamble_type, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSDuration() 393 uCTSTime = bb_get_frame_time(pDevice->preamble_type, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSDuration() [all …]
|
D | device.h | 198 unsigned char byTopOFDMBasicRate; member
|
D | card.c | 663 priv->byTopOFDMBasicRate = byTopOFDM; in CARDvUpdateBasicTopRate()
|
D | device_main.c | 283 priv->byTopOFDMBasicRate = RATE_24M; in device_init_registers()
|