Searched refs:byPreambleType (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/vt6655/ |
D | rxtx.c | 157 return cpu_to_le16(wTimeStampOff[priv->byPreambleType % 2] in vnt_time_stamp_off() 178 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime() 180 …uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopC… in s_uGetTxRsvTime() 182 …uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopO… in s_uGetTxRsvTime() 212 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime() 214 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 215 …uCTSTime = uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBas… in s_uGetRTSCTSRsvTime() 217 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 218 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 219 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime() [all …]
|
D | baseband.h | 71 unsigned char byPreambleType,
|
D | baseband.c | 1719 unsigned char byPreambleType, in BBuGetFrameTime() argument 1739 if (byPreambleType == 1) /* Short */ in BBuGetFrameTime() 1787 u8 preamble_type = priv->byPreambleType; in vnt_get_phy_field()
|
D | device.h | 332 unsigned char byPreambleType; member
|
D | device_main.c | 225 pDevice->byPreambleType = 0; in device_set_options() 229 pr_debug(" byPreambleType= %d\n", (int)pDevice->byPreambleType); in device_set_options() 1446 priv->byPreambleType = true; in vnt_bss_info_changed() 1449 priv->byPreambleType = false; in vnt_bss_info_changed()
|