Home
last modified time | relevance | path

Searched refs:ath_hal_getNfAdjust (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c1171 return NOISE_FLOOR[mode] + ath_hal_getNfAdjust(ah, ichan); in ath_hal_getChanNoise()
1221 ath_hal_getNfAdjust(ah, ichan); in ath_hal_get_mimo_chan_noise()
1239 nf_ctl[i] = ichan->noiseFloorCtl[i] + ath_hal_getNfAdjust(ah, ichan); in ath_hal_get_mimo_chan_noise()
1240 nf_ext[i] = ichan->noiseFloorExt[i] + ath_hal_getNfAdjust(ah, ichan); in ath_hal_get_mimo_chan_noise()
1276 ath_hal_getNfAdjust(ah, c); in ath_hal_process_noisefloor()
1281 (c->rawNoiseFloor + ath_hal_getNfAdjust(ah, c)); in ath_hal_process_noisefloor()
1287 (c->rawNoiseFloor + ath_hal_getNfAdjust(ah, c)); in ath_hal_process_noisefloor()
1298 c->noiseFloorAdjust = ath_hal_getNfAdjust(ah, c) + in ath_hal_process_noisefloor()
H A Dah_internal.h462 #define ath_hal_getNfAdjust(_ah, _c) \ macro