Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dcalib.c403 int16_t nf, nfThresh; in ath9k_hw_getnf() local
418 if (ath9k_hw_get_nf_thresh(ah, c->band, &nfThresh) in ath9k_hw_getnf()
419 && nf > nfThresh) { in ath9k_hw_getnf()
422 nf, nfThresh); in ath9k_hw_getnf()