Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcalib.c363 int16_t nf, nfThresh; in ath9k_hw_getnf() local
378 if (ath9k_hw_get_nf_thresh(ah, c->band, &nfThresh) in ath9k_hw_getnf()
379 && nf > nfThresh) { in ath9k_hw_getnf()
382 nf, nfThresh); in ath9k_hw_getnf()