Searched refs:byPreambleType (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dbaseband.h123 unsigned char byPreambleType,
H A Drxtx.c380 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate);
385 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopCCKBasicRate);
387 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopOFDMBasicRate);
414 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate);
416 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate);
417 uCTSTime = uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate);
420 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate);
421 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate);
422 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate);
425 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktTyp
[all...]
H A Dbaseband.c1770 * byPreambleType - Preamble Type
1781 unsigned char byPreambleType,
1803 if (byPreambleType == 1) {//Short
1861 unsigned char byPreambleType = pDevice->byPreambleType; local
1875 if (byPreambleType == 1)
1888 if (byPreambleType == 1)
1905 if (byPreambleType == 1)
1780 BBuGetFrameTime( unsigned char byPreambleType, unsigned char byPktType, unsigned int cbFrameLength, unsigned short wRate ) argument
H A Ddevice.h537 unsigned char byPreambleType; member in struct:__device_info
H A Dcard.c403 if (pDevice->byPreambleType == 0) {
601 pDevice->byPreambleType = pDevice->byShortPreamble;
603 pDevice->byPreambleType = 0;
H A Ddevice_main.c466 pDevice->byPreambleType = 0;
475 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO" byPreambleType= %d\n",(int)pDevice->byPreambleType);
2170 pDevice->byPreambleType = pDevice->byShortPreamble;
2173 pDevice->byPreambleType = PREAMBLE_LONG;
2315 pDevice->byPreambleType = pDevice->byShortPreamble;
2318 pDevice->byPreambleType = PREAMBLE_LONG;
H A Dwmgr.c481 //if (pDevice->byPreambleType == 1) {
558 //if (pDevice->byPreambleType == 1) {
2968 pDevice->byPreambleType = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dbaseband.h101 BYTE byPreambleType,
H A Drxtx.c496 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate);
498 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (WORD)pDevice->byTopCCKBasicRate);
500 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (WORD)pDevice->byTopOFDMBasicRate);
527 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate);
529 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate);
530 uCTSTime = uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate);
533 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate);
534 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate);
535 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate);
538 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktTyp
[all...]
H A Dbaseband.c683 * byPreambleType - Preamble Type
694 BYTE byPreambleType,
716 if (byPreambleType == 1) {//Short
774 BYTE byPreambleType = pDevice->byPreambleType; local
788 if (byPreambleType == 1)
801 if (byPreambleType == 1)
818 if (byPreambleType == 1)
693 BBuGetFrameTime( BYTE byPreambleType, BYTE byPktType, unsigned int cbFrameLength, WORD wRate ) argument
H A Dwmgr.c419 //if (pDevice->byPreambleType == 1) {
433 if (pDevice->byPreambleType == 1) {
493 //if (pDevice->byPreambleType == 1) {
509 if (pDevice->byPreambleType == 1) {
2039 byOldPreambleType = pDevice->byPreambleType;
2041 pDevice->byPreambleType = pDevice->byShortPreamble;
2044 pDevice->byPreambleType = 0;
2046 if (pDevice->byPreambleType != byOldPreambleType)
2280 byOldPreambleType = pDevice->byPreambleType;
2282 pDevice->byPreambleType
[all...]
H A Ddevice.h631 BYTE byPreambleType; member in struct:__device_info
H A Dmain_usb.c329 pDevice->byPreambleType = 0;

Completed in 184 milliseconds