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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c1147 static const int16_t NOISE_FLOOR[] = { -96, -93, -98, -96, -93 }; variable
1173 return NOISE_FLOOR[mode] + ath_hal_getNfAdjust(ah, ichan);
1182 * populated with values from NOISE_FLOOR[] + ath_hal_getNfAdjust().
1219 * 'normalised' NF values in NOISE_FLOOR[].
1222 nf_ctl[i] = nf_ext[i] = NOISE_FLOOR[mode] +
1277 nf = c->rawNoiseFloor + NOISE_FLOOR[mode] +
1282 correct5 = NOISE_FLOOR[mode] -
1288 correct2 = NOISE_FLOOR[mode] -

Completed in 34 milliseconds