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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c385 h = &ichan->nf_cal_hist;
390 * into ahpriv->nf_cal_hist. If a scan is in progress, then
391 * the most recent value goes into ichan->nf_cal_hist.
392 * Thus, return the value from ahpriv->nf_cal_hist if there's
394 * Otherwise, return the noise floor from ichan->nf_cal_hist.
397 h = &AH_PRIVATE(ah)->nf_cal_hist;
410 h = (HAL_NFCAL_HIST_FULL *) &ichan->nf_cal_hist;
502 HAL_CHAN_NFCAL_HIST *h = &ichan->nf_cal_hist;
503 HAL_NFCAL_HIST_FULL *home = &AH_PRIVATE(ah)->nf_cal_hist;
539 AH_PRIVATE(ah)->nf_cal_hist
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h179 #define AH_HOME_CHAN_NFCAL_HIST(ah, ichan) (ichan ? &ichan->nf_cal_hist: NULL)
182 #define AH_HOME_CHAN_NFCAL_HIST(ah, ichan) (&AH_PRIVATE(ah)->nf_cal_hist)
209 HAL_CHAN_NFCAL_HIST nf_cal_hist; member in struct:__anon108
434 HAL_NFCAL_HIST_FULL nf_cal_hist; member in struct:ath_hal_private

Completed in 47 milliseconds