ieee80211_rssadapt.c | 196 u_int16_t (*thrs)[IEEE80211_RATE_SIZE]; local in function:ieee80211_rssadapt_choose 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; local in function:ieee80211_rssadapt_raise_rate 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] [all...] |