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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Ddpc.c360 WORD wPLCPwithPadding; local
413 wPLCPwithPadding = ( (*pwPLCP_Length / 4) + ( (*pwPLCP_Length % 4) ? 1:0 ) ) *4;
415 pqwTSFTime = (PQWORD) (pbyDAddress + 8 + wPLCPwithPadding);
417 pby3SQ = pbyDAddress + 8 + wPLCPwithPadding + 12;
421 pbySQ = pbyDAddress + 8 + wPLCPwithPadding + 8;
424 pbyNewRsr = pbyDAddress + 8 + wPLCPwithPadding + 9;
425 pbyRSSI = pbyDAddress + 8 + wPLCPwithPadding + 10;
426 pbyRsr = pbyDAddress + 8 + wPLCPwithPadding + 11;

Completed in 115 milliseconds