Searched refs:bySQ3 (Results 1 - 4 of 4) 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.h173 void BBvAntennaDiversity(PSDevice pDevice, unsigned char byRxRate, unsigned char bySQ3);
H A Dbaseband.c2781 * bySQ3 - SQ3 value from received packet
2790 BBvAntennaDiversity (PSDevice pDevice, unsigned char byRxRate, unsigned char bySQ3) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dbaseband.h120 void BBvAntennaDiversity(PSDevice pDevice, BYTE byRxRate, BYTE bySQ3);
H A Dbaseband.c1434 * bySQ3 - SQ3 value from received packet
1443 BBvAntennaDiversity (PSDevice pDevice, BYTE byRxRate, BYTE bySQ3) argument
1463 pDevice->aulSQ3Val[RATE_6M] += bySQ3;
1467 pDevice->aulSQ3Val[RATE_9M] += bySQ3;
1471 pDevice->aulSQ3Val[RATE_12M] += bySQ3;
1475 pDevice->aulSQ3Val[RATE_18M] += bySQ3;
1479 pDevice->aulSQ3Val[RATE_24M] += bySQ3;
1483 pDevice->aulSQ3Val[RATE_36M] += bySQ3;
1487 pDevice->aulSQ3Val[RATE_48M] += bySQ3;
1491 pDevice->aulSQ3Val[RATE_54M] += bySQ3;
[all...]

Completed in 125 milliseconds