Searched refs:wCurrentRate (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dwroute.c140 pDevice->wCurrentRate = RATE_11M;
142 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate;
147 pDevice->wCurrentRate = RATE_6M;
150 pDevice->wCurrentRate = RATE_54M;
152 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate;
157 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate;
160 if (pDevice->wCurrentRate <= RATE_11M)
H A Drxtx.c141 unsigned short wCurrentRate,
158 unsigned short wCurrentRate
193 unsigned short wCurrentRate
406 unsigned short wCurrentRate
414 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate);
723 unsigned short wCurrentRate
736 BBvCaculateParameter(pDevice, cbFrameLength, wCurrentRate, byPktType,
746 byPktType, wCurrentRate, bNeedAck, uFragIdx,
754 pBuf->wTimeStampOff_a = cpu_to_le16(wTimeStampOff[pDevice->byPreambleType%2][wCurrentRate%MAX_RATE]);
762 BBvCaculateParameter(pDevice, cbFrameLength, wCurrentRate, byPktTyp
844 s_vFillRTSHead( PSDevice pDevice, unsigned char byPktType, void * pvRTS, unsigned int cbFrameLength, bool bNeedAck, bool bDisCRC, PSEthernetHeader psEthHeader, unsigned short wCurrentRate, unsigned char byFBOption ) argument
1038 s_vFillCTSHead( PSDevice pDevice, unsigned int uDMAIdx, unsigned char byPktType, void * pvCTS, unsigned int cbFrameLength, bool bNeedAck, bool bDisCRC, unsigned short wCurrentRate, unsigned char byFBOption ) argument
2332 unsigned short wCurrentRate = RATE_1M; local
2634 unsigned short wCurrentRate; local
2822 unsigned short wCurrentRate = RATE_1M; local
[all...]
H A Ddevice_main.c550 pDevice->wCurrentRate = RATE_1M;
776 pDevice->wCurrentRate = RATE_54M;
778 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate;
2153 pDevice->wCurrentRate = RATE_11M;
2155 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate;
2159 pDevice->wCurrentRate = RATE_54M;
2161 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate;
2165 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate;
2176 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "dma0: pDevice->wCurrentRate = %d \n", pDevice->wCurrentRate);
[all...]
H A Ddevice.h540 unsigned short wCurrentRate; member in struct:__device_info
H A Dcard.c892 pDevice->wCurrentRate = wDataRate;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Drxtx.c134 WORD wCurrentRate,
149 WORD wCurrentRate,
211 WORD wCurrentRate
224 WORD wCurrentRate,
238 WORD wCurrentRate,
519 WORD wCurrentRate
527 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate);
827 WORD wCurrentRate,
847 BBvCaculateParameter(pDevice, cbFrameLength, wCurrentRate, byPktType,
852 wCurrentRate, bNeedAc
824 s_uFillDataHead( PSDevice pDevice, BYTE byPktType, WORD wCurrentRate, void *pTxDataHead, unsigned int cbFrameLength, unsigned int uDMAIdx, BOOL bNeedAck, unsigned int uFragIdx, unsigned int cbLastFragmentSize, unsigned int uMACfragNum, BYTE byFBOption ) argument
969 s_vFillRTSHead( PSDevice pDevice, BYTE byPktType, void *pvRTS, unsigned int cbFrameLength, BOOL bNeedAck, BOOL bDisCRC, PSEthernetHeader psEthHeader, WORD wCurrentRate, BYTE byFBOption ) argument
1197 s_vFillCTSHead( PSDevice pDevice, unsigned int uDMAIdx, BYTE byPktType, void *pvCTS, unsigned int cbFrameLength, BOOL bNeedAck, BOOL bDisCRC, WORD wCurrentRate, BYTE byFBOption ) argument
1297 s_vGenerateTxParameter( PSDevice pDevice, BYTE byPktType, WORD wCurrentRate, void *pTxBufHead, void *pvRrvTime, void *pvRTS, void *pvCTS, unsigned int cbFrameSize, BOOL bNeedACK, unsigned int uDMAIdx, PSEthernetHeader psEthHeader ) argument
1414 s_bPacketToWirelessUsb( PSDevice pDevice, BYTE byPktType, PBYTE usbPacketBuf, BOOL bNeedEncryption, unsigned int uSkbPacketLen, unsigned int uDMAIdx, PSEthernetHeader psEthHeader, PBYTE pPacket, PSKeyItem pTransmitKey, unsigned int uNodeIndex, WORD wCurrentRate, unsigned int *pcbHeaderLen, unsigned int *pcbTotalLen ) argument
1975 WORD wCurrentRate = RATE_1M; local
2249 WORD wCurrentRate; local
2363 WORD wCurrentRate = RATE_1M; local
[all...]
H A Drxtx.h680 WORD wCurrentRate,
H A Dmain_usb.c458 pDevice->wCurrentRate = (WORD) pDevice->uConnectionRate;
461 pDevice->wCurrentRate = RATE_11M;
463 pDevice->wCurrentRate = RATE_54M;
H A Ddevice.h645 WORD wCurrentRate; member in struct:__device_info
H A Dbaseband.c1201 if (pDevice->wCurrentRate <= RATE_11M) { //CCK
1250 if (pDevice->wCurrentRate <= RATE_11M) { // CCK
H A Dwcmd.c994 RFbSetPower(pDevice, pDevice->wCurrentRate, pMgmt->uCurrChannel);
H A Diwctl.c1060 brate = abySupportedRates[pDevice->wCurrentRate];

Completed in 154 milliseconds