Home
last modified time | relevance | path

Searched refs:wCurrentRate (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/vt6655/
Drxtx.c131 unsigned short wCurrentRate,
148 unsigned short wCurrentRate
181 unsigned short wCurrentRate
390 unsigned short wCurrentRate in s_uGetRTSCTSRsvTime() argument
397 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime()
686 unsigned short wCurrentRate in s_uFillDataHead() argument
698 vnt_get_phy_field(pDevice, cbFrameLength, wCurrentRate, in s_uFillDataHead()
707 byPktType, wCurrentRate, bNeedAck, uFragIdx, in s_uFillDataHead()
715 buf->time_stamp_off_a = vnt_time_stamp_off(pDevice, wCurrentRate); in s_uFillDataHead()
723 vnt_get_phy_field(pDevice, cbFrameLength, wCurrentRate, in s_uFillDataHead()
[all …]
Dwroute.c134 pDevice->wCurrentRate = RATE_11M; in ROUTEbRelay()
136 pDevice->wCurrentRate = pDevice->uConnectionRate; in ROUTEbRelay()
140 pDevice->wCurrentRate = RATE_6M; in ROUTEbRelay()
143 pDevice->wCurrentRate = RATE_54M; in ROUTEbRelay()
145 pDevice->wCurrentRate = pDevice->uConnectionRate; in ROUTEbRelay()
149 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate; in ROUTEbRelay()
152 if (pDevice->wCurrentRate <= RATE_11M) in ROUTEbRelay()
Ddevice_main.c471 pDevice->wCurrentRate = RATE_1M; in device_init_registers()
701 pDevice->wCurrentRate = RATE_54M; in device_init_registers()
703 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in device_init_registers()
1771 pDevice->wCurrentRate = RATE_11M; in device_dma0_xmit()
1773 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in device_dma0_xmit()
1776 pDevice->wCurrentRate = RATE_54M; in device_dma0_xmit()
1778 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in device_dma0_xmit()
1781 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate; in device_dma0_xmit()
1790 pr_debug("dma0: pDevice->wCurrentRate = %d\n", pDevice->wCurrentRate); in device_dma0_xmit()
1792 if (pDevice->wCurrentRate <= RATE_11M) { in device_dma0_xmit()
[all …]
Ddevice.h458 unsigned short wCurrentRate; member
Dcard.c793 pDevice->wCurrentRate = wDataRate; in CARDbSetTxDataRate()