Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath5k/
H A Dphy.c1543 ah->ah_nfcal_hist.nfval[i] = AR5K_TUNE_CCA_MAX_GOOD_VALUE; in ath5k_hw_init_nfcal_hist()
1555 hist->nfval[hist->index] = noise_floor; in ath5k_hw_update_nfcal_hist()
1573 memcpy(sorted_nfval, ah->ah_nfcal_hist.nfval, sizeof(sorted_nfval)); in ath5k_hw_get_median_noise_floor()
H A Dath5k.h1172 s16 nfval[ATH5K_NF_CAL_HIST_MAX]; /* last few noise floors */ member