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.c1173 return NOISE_FLOOR[mode] + ath_hal_getNfAdjust(ah, ichan);
1182 * populated with values from NOISE_FLOOR[] + ath_hal_getNfAdjust().
1223 ath_hal_getNfAdjust(ah, ichan);
1241 nf_ctl[i] = ichan->noiseFloorCtl[i] + ath_hal_getNfAdjust(ah, ichan);
1242 nf_ext[i] = ichan->noiseFloorExt[i] + ath_hal_getNfAdjust(ah, ichan);
1278 ath_hal_getNfAdjust(ah, c);
1283 (c->rawNoiseFloor + ath_hal_getNfAdjust(ah, c));
1289 (c->rawNoiseFloor + ath_hal_getNfAdjust(ah, c));
1300 c->noiseFloorAdjust = ath_hal_getNfAdjust(ah, c) +
H A Dah_internal.h464 #define ath_hal_getNfAdjust(_ah, _c) \ macro

Completed in 47 milliseconds