arn5008.c | 2531 int i, j, npdadcs, nvpds, maxidx, tgtidx; local in function:ar5008_get_pdadcs 2597 tgtidx = boundaries[i] + overlap - DB(minpwr[i]); 2598 maxidx = MIN(tgtidx, nvpds); 2602 if (tgtidx < maxidx) 2605 /* Extrapolate data for maxidx <= ss <= tgtidx. */ 2610 while (ss <= tgtidx && npdadcs < AR_NUM_PDADC_VALUES - 1) {
|