Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dcalib.c407 int16_t nf, nfThresh; in ath9k_hw_getnf() local
422 if (ath9k_hw_get_nf_thresh(ah, c->band, &nfThresh) in ath9k_hw_getnf()
423 && nf > nfThresh) { in ath9k_hw_getnf()
426 nf, nfThresh); in ath9k_hw_getnf()