Home | History | Annotate | Download | only in net80211

Lines Matching defs:thrs

196 	u_int16_t (*thrs)[IEEE80211_RATE_SIZE];
210 thrs = &ra->ra_rate_thresh[thridx];
228 if ((*thrs)[i] < ra->ra_avg_rssi)
239 (*thrs)[rateidx], ra->ra_avg_rssi);
328 u_int16_t (*thrs)[IEEE80211_RATE_SIZE], newthr, oldthr;
344 thrs = &ra->ra_rate_thresh[i];
350 (*thrs)[id->id_rateidx + 1] > (*thrs)[id->id_rateidx]) {
357 rate / 2, rate * 5 % 10, (*thrs)[id->id_rateidx + 1]));
358 oldthr = (*thrs)[id->id_rateidx + 1];
359 if ((*thrs)[id->id_rateidx] == 0)
362 newthr = (*thrs)[id->id_rateidx];
363 (*thrs)[id->id_rateidx + 1] =
366 RSSADAPT_PRINTF(("-> %d\n", (*thrs)[id->id_rateidx + 1]));