Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah.c1187 const struct ieee80211_channel *chan, int16_t *nf_ctl, in ath_hal_get_mimo_chan_noise() argument
1199 nf_ctl[i] = nf_ext[i] = 0; in ath_hal_get_mimo_chan_noise()
1207 nf_ctl[i] = nf_ext[i] = 0; in ath_hal_get_mimo_chan_noise()
1220 nf_ctl[i] = nf_ext[i] = NOISE_FLOOR[mode] + 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()
H A Dah.h1627 const struct ieee80211_channel *chan, int16_t *nf_ctl,