Searched refs:wCurrentRate (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/vt6655/ |
D | rxtx.c | 110 unsigned short wCurrentRate, 127 unsigned short wCurrentRate 149 unsigned short wCurrentRate, 205 unsigned short wCurrentRate in s_uGetRTSCTSRsvTime() argument 212 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime() 501 unsigned short wCurrentRate, in s_uFillDataHead() argument 514 vnt_get_phy_field(pDevice, cbFrameLength, wCurrentRate, in s_uFillDataHead() 530 byPktType, wCurrentRate, bNeedAck, uFragIdx, in s_uFillDataHead() 540 buf->time_stamp_off_a = vnt_time_stamp_off(pDevice, wCurrentRate); in s_uFillDataHead() 548 vnt_get_phy_field(pDevice, cbFrameLength, wCurrentRate, in s_uFillDataHead() [all …]
|
D | device.h | 335 unsigned short wCurrentRate; member
|
D | device_main.c | 259 pDevice->wCurrentRate = RATE_1M; in device_init_registers() 417 pDevice->wCurrentRate = RATE_54M; in device_init_registers() 1405 priv->wCurrentRate = RATE_1M; in vnt_config() 1407 priv->wCurrentRate = RATE_54M; in vnt_config() 1409 RFbSetPower(priv, priv->wCurrentRate, in vnt_config() 1471 RFbSetPower(priv, priv->wCurrentRate, in vnt_bss_info_changed()
|